in reply to Re: Re: Script run as a Cron Job
in thread Script run as a Cron Job
Otherwise, you could log the new usernames/passwords in a file or database and create a new program that is called from cron. The task of this program is to read the entries, call myperlscript and delete the entries from the file or database. If you use a file, make sure you properly flock it when modifying it.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Script run as a Cron Job
by Abigail-II (Bishop) on Aug 26, 2002 at 09:18 UTC | |
|
Re: Re: Script run as a Cron Job
by bobrobclob (Initiate) on Aug 23, 2002 at 15:08 UTC |