Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Problem with 'system' function in Windows Vista

by ikegami (Patriarch)
on Mar 20, 2007 at 19:19 UTC ( [id://605733]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @cmd = ( 'echo', 'identifier', 'a string', '"pre quoted"' );
    system(@cmd);  # identifier "a string" "pre quoted"
    
    $cmd = "@cmd";
    system($cmd);  # identifier a string "pre quoted"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-29 00:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found