Help for this page

Select Code to Download


  1. or download this
    eval { $ref->$method() };  # updated: forgot the $method :-(
    die $@ if $@ and $@!~/^Undefined subroutine/;
    
  2. or download this
    $dispatch{$method}->() if $dispatch{$method};