Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

(kudra: Die, Die! DIE!) Re: TIMTOWTDI -- so long as it's not my way

by kudra (Vicar)
on Jan 16, 2001 at 14:25 UTC ( [id://52201]=note: print w/replies, xml ) Need Help??


in reply to TIMTOWTDI -- so long as it's not my way

I know that I've done plenty of those doh things myself, but I seem to have erased them from my memory, so I'll have to talk about other people's code I've run into at work ;)

Recently I ran across the efforts of an apparently homicidal predecessor when I was asked to fix a project that contained a line that looked a bit like this:

$dbh = DBI->connect("DBI:$dbm:$db:$server", $user, $pwd) && die ("Unable to connect to database $db: $DBI::errstr\n");

I might have ruled that an accidental death, but it was really the start of a rampage. In the project which consisted of perhaps 10 files, this was done every single time that 'die' was used.

  • Comment on (kudra: Die, Die! DIE!) Re: TIMTOWTDI -- so long as it's not my way
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found