Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Detecting lchown and falling back to chown

by andy314 (Initiate)
on Feb 01, 2008 at 16:57 UTC ( [id://665605]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Detecting lchown and falling back to chown
in thread Detecting lchown and falling back to chown

Messed up the parameter order. Should probably be (I never call it for more than 1 file at a time):
sub best_chown($$$) { chown(@_) unless -l $_[2]; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-24 17:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found