in reply to Where can I find out what my error message means?

splain
splain: Reading from STDIN
folder/filename.pm did not return a true value at (eval 8) line 3
folder/filename.pm did not return a true value at (eval 8) line 3 (#1)
    
    (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 perlfunc/require.
  • Comment on Re: Where can I find out what my error message means?