Re: regex and filename

2003-11-27 Thread $Bill Luebkert
Beckett Richard-qswi266 wrote: > Guys, > > Someone must have already done this, but I know I can't! > > I have an input file name, and using: > use File::Basename; > fileparse_set_fstype("MSWin32"); > my $file = fileparse ("$ARGV[0]"); > my $path = dirname ("$ARGV[0]"); > > I am splitting the

regex and filename

2003-11-27 Thread Beckett Richard-qswi266
Guys, Someone must have already done this, but I know I can't! I have an input file name, and using: use File::Basename; fileparse_set_fstype("MSWin32"); my $file = fileparse ("$ARGV[0]"); my $path = dirname ("$ARGV[0]"); I am splitting the input file name into $file and $path. I can handle t