Help for this page

Select Code to Download


  1. or download this
    package Prototype;
    use overload
    ...
        my $f = shift;
        goto &$f;
    }
    
  2. or download this
    $f->(@args)
    
  3. or download this
    $f->i_know_what_im_doing(@args)