in reply to Re: Quick Regex question
in thread Quick Regex question
This will of course work for / (unix), \ (win) and : (mac), unlike your regex. Still so should File::Basename.use File::Spec; ($volume,$directories,$file) = File::Spec->splitpath( $path ); # process $file
|
|---|