Help for this page

Select Code to Download


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