in reply to RE: Re: First Script
in thread First Script
Quick checklist:
If your script actually gets as far as compiling and the program tries to run, this will output the error messages to your browser, which aids debugging. Make sure that you take this out when you move the code to production as there is no sense in giving hackers additional information.use CGI::Carp qw(fatalsToBrowser);
From what you are describing, it sounds like the problem is not with your code, but with the configuration. You have your code in the wrong place or something.
Is there any chance that you made corrections to your code that you forgot to upload to the server?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: Re: First Script
by Smash8 (Initiate) on Jul 18, 2000 at 02:25 UTC | |
by Ovid (Cardinal) on Jul 18, 2000 at 02:38 UTC |