Reuben Sant wrote: > If I don't solve this problem, is there another way to call myscript.cgi > every 5 minutes?
#!/usr/bin/perl
while (1)
{
system ("/path/to/myscript.cgi");
sleep 300;
}
--
Email:[EMAIL PROTECTED]
Web: http://www.mein.it/
Yahoo! IM: expat_iain
SIP: [EMAIL PROTECTED]
ICQ: 224055739
GSM: +356 99 296 296
Tel: +356 21 314 394

