Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: check for generation of file

by oakbox (Chaplain)
on Feb 03, 2006 at 18:48 UTC ( [id://527768]=note: print w/replies, xml ) Need Help??


in reply to check for generation of file

Look up 'stat' in the documentation.
my $filename = "/home/bob/reports.html"; while(1){ if(-e $filename){ print "done!\n"; exit; } }

Log In?
Username:
Password:

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

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

    No recent polls found