Help for this page

Select Code to Download


  1. or download this
    eval {
        my $obj = B::svref_2object(shift);
        $obj->GV->STASH->NAME . "::" . $obj->GV->NAME;
         } || undef;
    
  2. or download this
    package Xyzzy;
    
    ...
    }
    
    1;