Help for this page

Select Code to Download


  1. or download this
    $foo->mysub %2
    
  2. or download this
    method $obj %2
    
  3. or download this
    perl -MO=Deparse,-p -e 'method $o 2; method $o %2'
    $o->method(2);
    ($o->method % 2);
    -e syntax OK