- or download this
(13)Permission denied: exec of '/cgi-bin/test.pl' failed
Premature end of script headers: test.pl
- 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
- 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;