Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Re: Upgrading Perl in production environment

by chip (Curate)
on Mar 19, 2004 at 17:35 UTC ( [id://338069]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Upgrading Perl in production environment
in thread Upgrading Perl in production environment

Sys::SigAction isn't evil, but it's kind of pointless, IMO. A whole module just to avoid a few SigAction object accessor calls? Hardly worth the trouble.

    -- Chip Salzenberg, Free-Floating Agent of Chaos

  • Comment on Re: Re: Re: Upgrading Perl in production environment

Replies are listed 'Best First'.
Re: Re: Re: Re: Upgrading Perl in production environment
by jfroebe (Parson) on Mar 19, 2004 at 17:41 UTC
    I agree with you conditionally... in a multi-developer enterprise environment where skills are uneven, the maintainability of the scripts/applications are paramount. That means it has to be readable at a glance. Avoiding complex regular expressions (breaking them into multiple operations), long variable names, etc.

    Jason

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-18 14:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found