Hi everybody. I'm learning Perl and CGI programming using MAMP as web-
server on OSX and I can't use the standard CGI module. Look at this
(very) simple script:
#!/usr/local/bin/perl
use CGI ':standard';
print header();
print start_html();
for $i (param()) {
print "", $i, ": ", param($i), "
ose if you know what file or directory
> isn't being found/accessed.
>
> Caronte wrote:
>
> Hi everybody. I'm learning Perl and CGI programming using MAMP as web-
>
> > server on OSX and I can't use the standard CGI module. Look at this
> > (very) simple s