Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Unsuccessfully passing arguments to a bash command

by zapatafa (Initiate)
on Jun 15, 2013 at 20:22 UTC ( [id://1039148]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my $cmd = qq|/bin/bash -ic untouchable john mike bill|;
    print $cmd;
    system ($cmd);
    
  2. or download this
    /bin/bash -ic untouchable john mike billStarting...
    done!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-20 00:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found