Hi Larry
On Tue May 05 14:49:42 2009, Lawrence.Hixson@noaa.gov wrote:
Show quoted text> Please let me know when this is fixed?
The first line of each CGI script is:
#!/usr/local/bin/perl
Do you have Perl installed in that location. I don't, I use Debian,
which has Perl in /usr/bin/perl, so I can either edit each script, or
create a link from /usr/local/bin/perl to /usr/bin/perl.
To do the latter, I used:
sudo ln -s /usr/bin/perl /usr/local/bin/perl
HTH.