Help for this page
package FunkyNum; ... return ${self->val}; } };
use strict; ... $x->plusequal(("woah", "there", "fella")); print "num is " . $x->printval . "\n"; $x->nomethod;
pre { ref $_[0] && $_[0]->isa("FunkyNum") };