> >I have prepared a script that is to be run as a cron job every 10 minutes, i >have added the same in cron as below, > >*0,10,20,30,40,50 * * * * /scripts/xxxxx.pl* > >But the above is not running properly, should i add something in the code. >
Try this: */10 * * * * /scritps/xxx.pl The xxx.pl should be executable. -- Jeff Pang NetEase AntiSpam Team http://corp.netease.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>