Help for this page
use strict; use warnings; ... print "No path, Filename = '$2'\n"; } }
Path = '/Unixish path/with/spaces in places/', Filename = 'and a file +name with spaces' Path = '', Filename = 'file name only - with spaces' Path = '/nice/no/spaces/path/and/', Filename = 'filename'