Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for my $SRC_DIR (@srcDirs) {
        print "Source dir: '$SRC_DIR'\n";
    }
    
  2. or download this
    Source dir: 'newDir1'
    Source dir: 'newDir2'