$src="/this/dir/name.tetx.ext";$match = $src=~ m/\.([^.]+)$/o;print "match = $match ---- $1\n";
$extenstion = substr($src, rindex($src, '.') )