Re: perl script not run by cron

2002-09-17 Thread John W. Krahn
Larry Lefthook wrote: > > Hi! I have modified gsmcontrol.pl (yty.net) as contrologo.pl. & I wonder why > my script is not run by crontab when it works when I run it by hand. I have > a file for the script in /var/gsm/in and when I run contrologo.pl from > commandline it sends sms message (logo) u

Re: perl script not run by cron

2002-09-17 Thread Ramprasad A Padmanabhan
Hello trap all errors run your program in cron as /usr/local/bin/contrologo.pl >> /tmp/mylog 2>&1 Larry Lefthook wrote: > Hi! I have modified gsmcontrol.pl (yty.net) as contrologo.pl. & I wonder > why my script is not run by crontab when it works when I run it by hand. > I have a file for the

Re: perl script not run by cron

2002-09-17 Thread Sudarshan Raghavan
On Tue, 17 Sep 2002, larry lefthook wrote: > Hi! I have modified gsmcontrol.pl (yty.net) as contrologo.pl. & I wonder why > my script is not run by crontab when it works when I run it by hand. I have > a file for the script in /var/gsm/in and when I run contrologo.pl from > commandline it send

perl script not run by cron

2002-09-17 Thread larry lefthook
Hi! I have modified gsmcontrol.pl (yty.net) as contrologo.pl. & I wonder why my script is not run by crontab when it works when I run it by hand. I have a file for the script in /var/gsm/in and when I run contrologo.pl from commandline it sends sms message (logo) using external program (gnokii)