Help for this page

Select Code to Download


  1. or download this
    $subref->(@args);
    
    # or, for a subref in a hash:
    ...
    
    # in 5.6, you can even leave out the -> if you want:
    $hash{key}(@args);