Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

File Manipulation

by Mark.Allan (Sexton)
on Aug 23, 2013 at 10:44 UTC ( [id://1050631]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [server1]
    /tmp/location1/file.log
    ...
    [server3]
    /citrix/dir3/file.log
    
  2. or download this
    server1:/tmp/location1/file.log,tmp/location2/file.log
    server2:/usr/loc1/file.log,/usr/loc2/file.log
    server3:/citrix/dir3/file.log
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    foreach(@lines){
            print "$_:$val\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1050631]
Approved by hdb
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found