Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: the perils of others' perl - a cautionary tail...

by Trimbach (Curate)
on Mar 11, 2002 at 12:49 UTC ( [id://150872]=note: print w/replies, xml ) Need Help??


in reply to the perils of others' perl - a cautionary tail...

Wow that's impressive... 35 system pipes? Ouch. I was once contracted to make some minor modifications to an existing (in production) web auction script. The changes the client wanted were pretty minor (some DBI changes to make the SQL more agnostic, plus some minor output changes) so I said "sure!" Problem was, the script was actually approx. 200 little scripts and config files, all them calling one another in a huge rats nest of global variables (everything was global), remote sub calls (sub A in file A calling sub B in file B, which in turn calls sub C in file C, all brought in using "use" with no scoping), etc. I spent two days trying to wrap my brain around it before I gave up. Insane.

Needless to say I am now much more cautious before I commit to modifiying large codebases... even little changes can be a nightmare if the code is bad enough.

Gary Blackburn
Trained Killer

  • Comment on Re: the perils of others' perl - a cautionary tail...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 05:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found