Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            print "No path, Filename = '$2'\n";
        }
    }
    
  2. or download this
    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'