in reply to Re: Re: Re: Re: Error::Simple
in thread use Error::Simple - can't be found in @INC
Secondly, take a look at your error message - Can't locate MyErrors/SomeError.pm. Note the 's' after 'MyError', which would indicate that the code you're displaying isn't the exact code you're using.package MyError::SomeError; use Error; @ISA = qw/ Error::Simple /; 1;
Please see. perlmod and Error before going any further.
HTH
_________
broquaint
|
|---|