Help for this page

Select Code to Download


  1. or download this
    sub callback_method
    {
       my ($method, $invocant) = splice( @_, 0, 2 );
       $invocant->$method( @_ );
    }