in reply to How best to return data from a package ???

Or perhaps use something like Class::Struct ??? Though with Class::Struct not being a standard package i was a little weary of using it.

Actually, Class::Struct *is* a standard package (by standard package I'm guessing you mean a core module); it comes with Perl, as it has since at least version 5.004. Though I don't think you really need it anyway.

  • Comment on Re: How best to return data from a package ???