Help for this page

Select Code to Download


  1. or download this
    sub foo { print caller(0); }
    my $cref = sub { return 1; };
    ...
        c => $cref,
        m => 'bar',
    };
    
  2. or download this
    sub foo { print caller(0); }
    
    ...
        d => 'foo',
        m => 'bar',
    };