Help for this page

Select Code to Download


  1. or download this
    # call a method by name.
    # this works for real methods only.
    ...
    
    # call subref as normal subroutine
    $subref->(@args);