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

Re: Use of system() considered harmful

by pc88mxer (Vicar)
on Jun 07, 2008 at 15:41 UTC ( [id://690840]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      system("cmd $with $some $args")
    
  2. or download this
    system("/bin/ls");   # run /bin/ls with no arguments
    
  3. or download this
    system($cmd);        # run the $cmd command with no arguments
    
  4. or download this
    system {$cmd}, $cmd;
    
  5. or download this
    system($cmd, $with, $some, $args);
    
  6. or download this
    system($cmd, @args);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 03:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found