Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Removing files from remote server

by pvaldes (Chaplain)
on Apr 22, 2013 at 14:03 UTC ( [id://1029880]=note: print w/replies, xml ) Need Help??


in reply to Removing files from remote server

I suspect also that unlink $lib is more portable that system("rm -rf $lib");

nah, forget it, Salva and CountOrlok had explained much better the idea

mmh -> my $HOSTS = <MYFILE>; myfile is a filehandle (scalar) if you want an array from a file (my @HOSTS = <MYFILE>;) use tie. You should also to close the filehandle when you finish

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-23 10:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found