in reply to Ping Monitor with Email Notification

Is there a reason why you are using my $date=`/bin/date`; instead of my $date=localtime(time);?

Replies are listed 'Best First'.
Re: Re: Ping Monitor with Email Notification
by linebacker (Scribe) on Feb 12, 2003 at 22:24 UTC
    Updated the script. I was unenlightened about using localtime. Funny, I had been using cut before someone enlightened me to split.