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