Help for this page

Select Code to Download


  1. or download this
    use warnings;
    
    ...
          use CGI::Carp qw(carpout);
          carpout(STDOUT);
    }
    
  2. or download this
    # BEGIN {
    #       use CGI::Carp qw(carpout);
    #       carpout(STDOUT);
    # }
    
  3. or download this
    script debug.txt;
    
  4. or download this
    REMOTE_USER=username perl myscript.pl param_1=x param_2=y param_3=z;
    
  5. or download this
    exit;