in reply to Re: Re: file name parsing to get the original file name
in thread file name parsing to get the original file name
$path=~/.*\/(.*)$/;$name=$1;
Basically nuke everything in the way and grab what's left??
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: file name parsing to get the original file name
by MarkM (Curate) on Dec 13, 2012 at 23:55 UTC |