Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Watching Creation File and send it to Server

by suaveant (Parson)
on Nov 06, 2001 at 20:13 UTC ( [id://123604]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %files = ('foo.txt' => [0,time()], 'bar.csv' => [0,time()]);
    while(%files) {
    ...
         sleep 1;
      }
    }
    
  2. or download this
    if(time() - (stat $file)[9] > 60)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 01:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found