Help for this page

Select Code to Download


  1. or download this
    $refsub = \&subfoo;
    $refsub->('la')->('dee')->('da');
    
  2. or download this
    
    #! /usr/bin/perl -w
    ...
    
            $sub_to_run->("lalala");
    }