Help for this page

Select Code to Download


  1. or download this
    (13)Permission denied: exec of '/cgi-bin/test.pl' failed
    Premature end of script headers: test.pl
    
  2. or download this
    drwxr-xr-x    2 root    root     4096 Jul  1 17:38 cgi-bin
    [root@localhost cgi-bin]# ll
    -rwxr-xr-x  1 root root 159 Jul  1 17:38 test.pl
    
  3. or download this
    #!/usr/bin/perl
    use CGI::Carp qw(fatalsToBrowser);
    use strict;
    ...
    print "Content-type: text/html\n\n";
    print "testing testing\n";
    exit;