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

Re: Splitting up quoted/escaped command line arguments

by Tanktalus (Canon)
on Feb 12, 2014 at 00:33 UTC ( [id://1074560]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $shell, '|-', '/bin/sh' or die "Can't run the shell: $!"; # pi
    +ck whatever shell you like here.
    for my $cmd (@cmds)
    {
      print $shell "( $cmd > /dev/null 2> /dev/null )";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 06:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found