Perfect. Thank you!
Now on to my next tripping point... :->
ltg
-----Original Message-----
From: Ronald J Kimball [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 26, 2001 1:50 PM
To: Laurie Gennari
Cc: '[EMAIL PROTECTED]'
Subject: Re: Moving connect into a module
On Mon, Feb 26, 2001 at 01:47:12PM -0800, Laurie Gennari wrote:
> I keep getting the error:
>
> DButils.pm did not return a true value at ./ltg.pl line 3.
> BEGIN failed--compilation aborted at ./ltg.pl line 3.
>
> Could someone point me in the right direction?
perldoc perldiag
%s did not return a true value
(F) A required (or used) file must return a true value
to indicate that it compiled correctly and ran its
initialization code correctly. It's traditional to
end such a file with a "1;", though any true value
would do. See the require entry in the perlfunc
manpage.
Ronald