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.