Help for this page

Select Code to Download


  1. or download this
    my $debug = 0;
    my $usage = "Usage: $0 [-d|-h] month start end\n blah blah";
    ...
        $debug++;
    }
    die $usage unless ( @ARGV == 3 ); # could add more conditions...
    
  2. or download this
    my @greps = qw(\string\1
                   \string\1\extra
                   \string\2
                   %and.so.on%
                   );