Automating Processes?

B

Bumble

Basically I have my script that retrieves data from another site, the data
is update say every hour. Is there anyway I could automate my script to look
for updated data every hour? Is there any kind of 'wait' command or time
checking command?

TIA

Simon
 
A

Anno Siegel

Bumble said:
Basically I have my script that retrieves data from another site, the data
is update say every hour. Is there anyway I could automate my script to look
for updated data every hour? Is there any kind of 'wait' command or time
checking command?

perldoc -f sleep

Anno
 
I

Iain

Basically I have my script that retrieves data from another site, the
data is update say every hour. Is there anyway I could automate my
script to look for updated data every hour? Is there any kind of
'wait' command or time checking command?

perldoc -f sleep
perldoc -f alarm

or for a non-Perl solution, but quite possibly more sensible:

man crontab (on unix-like systems)
at /? (on Windows NT-like systems)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,146
Messages
2,570,832
Members
47,375
Latest member
FelishaCma

Latest Threads

Top