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

Re^2: Top 10 things I learned my 1st month as a Monk

by toolic (Bishop)
on Jul 18, 2007 at 18:10 UTC ( [id://627320]=note: print w/replies, xml ) Need Help??


in reply to Re: Top 10 things I learned my 1st month as a Monk
in thread Top 10 things I learned my 1st month as a Monk

use strict; is absolutley critical.

I've been using it for years. This posting is not meant to be a comprehensive list of all the basic necessities. It is merely the most important things I learned since joining PM.

Replies are listed 'Best First'.
Re^3: Top 10 things I learned my 1st month as a Monk
by mattk (Pilgrim) on Jul 25, 2007 at 09:11 UTC
    Every time I see production code without those two words up the top, I die a little inside. We've been transitioning servers at work this week and today when writing a new script I found a mailer module that wasn't working as expected. The reason:
    my $Package = caller(); my $MailServer = eval "\$".$Package."::Settings{'MailServer'}";
    All the existing modules had %Settings declared as a global so it worked. Eurgh.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-20 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found