on Wed, 10 Apr 2002 12:50:42 GMT, Chris Green wrote: > I would like to write a perl program to run on NT to go through a list > of files, with full path and extract just the file name. The path is > random in length likewise so is the file name.
If you already have the list of files
use File::Basename;
If you need to create the list of files from directories first, also
use File::Find;
--
felix
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
