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