Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Sciprt killing my server

by snopal (Pilgrim)
on Jun 28, 2007 at 02:32 UTC ( [id://623785]=note: print w/replies, xml ) Need Help??


in reply to Sciprt killing my server

I'm guessing that you are writing this code and then uploading it to a remote site for rendering. This might explain your testing it from the cgi-bin rather than from a command line. This is less than ideal, because being able to test compile success is much easier when you get a direct response.

Even when you test code through a web server, Perl very nicely reports what it doesn't like, and you can find these reports in your web server error log. For most typographic errors, this will give enough information to correct code compile failures.

Once you are comfortable with the web development process, you can then use 'warn' alerts to determine execution process results and errors.

Of course, being able to test your code locally first is best.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://623785]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 16:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found