in reply to Re: trouble with evaluate
in thread trouble with evaluate

A Perl object is basically just a hash.
No, it's not. A Perl object is a reference that's blessed into a package. A hash isn't a reference. And while it's true many Perl objects are hashreferences, that's not the only way to create an object.