$cgi->headers
should be:
$cgi->header
missing closing ")":
map { li($ENV{$_} } keys %ENV
should be:
map { li($ENV{$_}) } keys %ENV
In reply to Re^2: System commands using CGI
by Anonymous Monk
in thread System commands using CGI
by nikhilB
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |