[guest - Fri Jun 4 15:17:27 2004]:
Show quoted text> Global variables $dns, $domain, and $send should begin with caps so as
> to conform to standard coding practives and make modules easier to
> debug. Names like $Dns, $Domain, and $Send would be clear that
> they are global variables.
>
> Better yet, more descriptive names like $HasMailSendModule instead of
> $send.
Hm. I quote:
use vars qw($VERSION $AUTOLOAD $fh $Report $MacMPW $MacApp $dns $domain $send);
Looks like I did miss a few. Will be corrected in next version.
However, I'd like to point out that you're teetering on the edge of being patronizing. It'd
probably have been better taken to give a gentle oh-hey-you-missed-a-few to a 20-year
veteran rather than a lesson. :-)