Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: File created but blank

by pc88mxer (Vicar)
on Jul 24, 2008 at 03:23 UTC ( [id://699760]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    system("grep 'packet loss' ... > /home/.../$TARGET_HOST.PL.log");
    
  2. or download this
    open(PL, "grep ... | ... |")
      or die "unable to open pipe from grep command: $!";
    while (<PL>) { ... }
    close(PL);
    

Log In?
Username:
Password:

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

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

    No recent polls found