I'm guessing you didn't include any error messages in your post because this is a CGI script and you don't know how to find them. Here's some tips for debugging CGI errors.
BEGIN { open STDERR,">>my_script_errors.log" or die "Unable to open errorlog"; }
Make sure that whatever account your web server uses to execute scripts has write access to the file and directory you specify.
| 90% of every Perl application is already written. ⇒ |
| dragonchild |
In reply to Re: Problems with using strict
by pfaut
in thread Problems with using strict
by kiat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |