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

Reply via email to