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

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

by mattk (Pilgrim)
on Jul 25, 2007 at 09:11 UTC ( [id://628653]=note: print w/replies, xml ) Need Help??


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

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://628653]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-24 17:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found