Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Won't jump to Sub!

by Starky (Chaplain)
on Apr 17, 2001 at 08:03 UTC ( [id://73044]=note: print w/replies, xml ) Need Help??


in reply to Won't jump to Sub!

If I may, I would like to summarize all of the insightful comments above:

When coding in an Apache/mod_perl environment, always always always always always always always always always always always

  use strict;
I was up until 7:00am one morning debugging someone else's code during a nightmare launch of a web application. The behavior of the application was utterly bizarre and confusing, and I acquired a goodly number of grey hairs before I noticed that a junior coder hadn't used strict in one of his modules. Let's just say I was a bit peeved.

It's more of a mantra than a pragma for me: I use strict for everything I write that's over 10 lines of code.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-18 06:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found