Help for this page

Select Code to Download


  1. or download this
    # debug mode
    BEGIN {
        use CGI::Carp qw(carpout fatalsToBrowser);
        &carpout (\*STDOUT);
    }
    
  2. or download this
    package Shortcuts;
     
    ...
    }
     
    1;
    
  3. or download this
    #!/usr/bin/perl -wT
     
    ...
    use Shortcuts;
    # debug mode
    BEGIN {&debug}