Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

RFC: Perl-Critic policy: ProhibitInlineSystemArgs

by davidrw (Prior)
on Jul 01, 2006 at 00:39 UTC ( [id://558707]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Perl::Critic::Policy::DRW::ProhibitInlineSystemArgs;
    
    ...
    }
    
    1;
    
  2. or download this
    system("c:\\program\ files\\foo.exe");
    system( join " ", qw/asd wqe/ );
    ...
    
    exec("wc /etc/hosts");
    exec("whoami");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-16 06:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found