Help for this page

Select Code to Download


  1. or download this
    use File::Basename;
    
    ...
    }
    
    die USAGE unless @ARGV;
    
  2. or download this
    my $variable = ALL_CAPS + 1;
    
  3. or download this
        use Readonly;
        Readonly my $PI    => 4 * atan2(1, 1);
        Readonly my $DEBUG => 0;