JW <XXXjulianw at eml.ccXXX> writes:
> you may also have to change the line in main() that says 'return;' to
> 'return 1;'
Is a return-value of '1' correct? My understanding is that it is a general
UN*X convention that non-zero exit codes denoted an 'ERROR' condition,
which would preclude this code from being called by any driver-script
that tests the exit-code for sucess...
-- Gordon D. Pusch
perl -e '$_ = "gdpusch\@NO.xnet.SPAM.com\n"; s/NO\.//; s/SPAM\.//; print;'