I have a object that I'd like to retrieve the classname for :
print Dumper $object
gives:
$VAR1 = bless( {}, 'Some::Object' );
I'd like to be able to retrieve 'Some::Object' as a string to operate on. I'm sure the answer must be simple but I've not been able to find a way to do it other than add a getter to the class to store the information, which isn't particularly elegant as the information is already there.
In reply to Retrieving classname from an object by monkeyhelper
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |