in reply to
strange args format in module sub
the first arg in this snippet (
my ( $stuff, $ID ) = @_
) is your object. it will usually be a hashref, since most perl objects are blessed hashes.
Comment on
Re: strange args format in module sub
Download
Code
In Section
Seekers of Perl Wisdom