Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Use of system() considered harmful

by Erez (Priest)
on Jun 07, 2008 at 09:32 UTC ( [id://690820]=note: print w/replies, xml ) Need Help??


in reply to Use of system() considered harmful

A few points.

perl should do more to discourage the use of

Perl doesn't, by design, discourage anything. This is why strict and warnings are not enabled by default, among else. Out-of-the-box Perl allows you to do many things that you shouldn't. It is your choice as a programmer of whether to use those or not. There are pragmas and modules (strict, warnings, taint mode, Perl::Critic) that can help you enforce those choices. But the language itself isn't one of them.

And while on the subject, "Considered Harmful" Essays are also Considered Harmful.

Stop saying 'script'. Stop saying 'line-noise'.
We have nothing to lose but our metaphors.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 17:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found