In other languages with which I've worked, "return 1" from
functions meant the function's return status would be "1"
and could be tested accordingly. I was under the assumption
(I know, I know, ASSuME :-)) that you could do the same
thing in Perl. However, a "return 1" from a home-grown Perl
module (Verify_vars.pm) does not automagically assign $?.
I can do that by manually assigning it before returning,
but I'd rather understand what's wrong with my thinking and
do it the best/preferred way.
Thanks in advance for any prayers ;-)
Brother Beau