Help for this page

Select Code to Download


  1. or download this
    my $usage = <<EOF
    
    ...
    etc...
    
    EOF
    
  2. or download this
    if( ( $#ARGV + 1 ) < 1 ) {
        die $usage;
    }
    
  3. or download this
    die $usage unless @ARGV;