Re: cronjob via perl

2002-12-12 Thread Octavian Rasnita
; "[EMAIL PROTECTED] [EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 5:22 PM Subject: RE: cronjob via perl You could setup the script to run through CGI and then use cron on another box to curl, lynx, LWP, etc. the script at your intervals. This is obviousl

RE: cronjob via perl

2002-12-12 Thread Peter Kappus
e than 36 characters in your array? Just curious... looks clever, though. Good luck! -peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 7:22 AM To: Sven Bentlage; [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: RE: cronjob via p

RE: cronjob via perl

2002-12-12 Thread wiggins
You could setup the script to run through CGI and then use cron on another box to curl, lynx, LWP, etc. the script at your intervals. This is obviously less secure, but you could do things like require a password, check the IP of the machine doing the call (though this can be spoofed as well, ju