done and done.  Thanks again.

> -----Original Message-----
> From: Jim Trocki [mailto:[EMAIL PROTECTED]
> Sent: 18 March 2003 15:31
> To: Dan Kendall
> Cc: [EMAIL PROTECTED]
> Subject: RE: ftp.monitor
> 
> 
> On Tue, 18 Mar 2003, Dan Kendall wrote:
> 
> >
> > Except that now it exits with 1 all the time.
> >
> 
> get rid of the "exit 1" and replace it with this:
> 
> if (keys %bad != 0)
> {
>     exit 1;
> }
> 
> exit 0;
> 
> 
> the Data::Dumper can safely be removed. it was for debugging 
> purposes only.
> 
_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to