http://www.perlmonks.org?node_id=1036471


in reply to Objected oriented perl with attributes in methods?

When in doubt about passed arguments,

use Data::Dumper; print Dumper(@_);

If software gets tired, my Dumper module is exhausted! :-)

James

There's never enough time to do it right, but always enough time to do it over...