Help for this page

Select Code to Download


  1. or download this
    sub create_f {
        my $func = shift;
        return sub {
    ...
                      my $var = shift;
                      print ">> $var <<\n";
                  } );
    
  2. or download this
    sub create_f {
        my $func = shift;
    ...
    $function->();
    __END__
    >> xpto <<