Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: The -w switch on a web application

by december (Pilgrim)
on Jan 31, 2003 at 11:09 UTC ( [id://231567]=note: print w/replies, xml ) Need Help??


in reply to The -w switch on a web application

I put them on for coding on intranet, but off when uploading to a 'real' webserver. It's indeed quite annoying having your logs filled with things like 'undefined variable' (e.g. from templates). I sync my real webserver with the intranet webserver tree (ssh dsa key), rewriting some files to get rid of debugging parameters automatically.

You could do fake initialisations to fool perl, too.

Either way, don't let it stop you from using things like 'strict' and 'tainted data' when coding.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 03:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found