in reply to Re^3: file name parsing to get the original file namein thread file name parsing to get the original file name
$path=~/.*\/(.*)$/;$name=$1;