Help for this page
package Prototype; use overload ... my $f = shift; goto &$f; }
$f->(@args)
$f->i_know_what_im_doing(@args)