Script runs once

2003-09-29 Thread rmck
Hello, I have a perl script that is to stop and start at midnight, and write to a new log file. The problem is it runs once then does not run again?? Below is the script that I am tring to use?? bash-2.03# #!/bin/perl -w use warnings; use strict; my ( $sec, $min, $hour, $day, $mon,

RE: Script runs once

2003-09-29 Thread TN
(in promiscuous mode). It will be easier and more robust to use cron for restarting the process. -tn -Original Message- From: rmck [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 9:56 AM To: [EMAIL PROTECTED] Subject: Script runs once Hello, I have a perl script that is to stop