Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Problem with 'system' function in Windows Vista (escape quote)

by tye (Sage)
on Mar 20, 2007 at 23:49 UTC ( [id://605769]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\> perl -le"print '<',$_,'>' for @ARGV" "foo "" bar"
    <foo ">
    <bar>
    
    C:\>
    
  2. or download this
    system(
        $^X,
    ...
    
    <\root\subdir\>
    <\root dir\sub dir">
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-29 14:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found