in reply to
How do I query the package name of an object?
In perl objects are references.
you can use ref function (see perldoc -f ref).
print STDERR ref($a);
[download]
Comment on
Re: How do I query the package name of an object?
Download
Code
In Section
Seekers of Perl Wisdom