in reply to Re^2: Perl Module Object - Return fail/success with a fault string
in thread Perl Module Object - Return fail/success with a fault string

I would recommend not returning an error code or value. If you don't get the data you need, a good option is to carp/warn and return undef, or die/croak ( depending on whatever is appropriate ).
  • Comment on Re^3: Perl Module Object - Return fail/success with a fault string