Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^5: perl and sudo basic question

by yelekeri (Novice)
on Jul 10, 2007 at 14:54 UTC ( [id://625838]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %ret = {
             'error' => (sprintf 'Error: the sudo binary "%s" is not set t
    +o group id = 0',$sudo)
           };
           return \%ret;
    
  2. or download this
    $ret = {
             'error' => (sprintf 'Error: the sudo binary "%s" is not set t
    +o group id = 0',$sudo)
           };
           return $ret;
    
  3. or download this
    echo hello
    echo something >> /tmp/testfile
    

Log In?
Username:
Password:

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

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

    No recent polls found