Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
             if ($month == 04 and $day <=21) { print "Filename: $_\n"; }
        }
    }
    
  2. or download this
    my @filenames = parse_dir($ls);
    
    ...
             if ($month == 04 and $day <=21) { print "Filename: $_\n"; }
        }
    }