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