Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: System command using array and pipe

by ikegami (Patriarch)
on Jun 06, 2011 at 18:17 UTC ( [id://908340]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $password = '...';  # Not the password, but a shell literal of the 
    +password.
    system( ... "-p$password" ... );
    
  2. or download this
    my $password = '...';
    system( ... "-p$password" ... );  # Pretend $password is a shell liter
    +al.
    
  3. or download this
    system( ... "-p..." ... );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found