Help for this page

Select Code to Download


  1. or download this
    'Dir1/001' => ['jpg'],
    'Dir2/002' => ['jpg'],
    'Dir2/001' => ['jpg', 'cr2']
    
  2. or download this
    use strict;
    use warnings;
    ...
        print "Partial Path: $partialPath\n";
        print "File Type(s): $fileTypes\nBasename: $baseFilename\n\n";
    }