Help for this page

Select Code to Download


  1. or download this
        sub foo { &$code }
    
  2. or download this
    $ perl -le '
        my $code = sub {
    ...
                 : "scalar" };
        sub foo { &$code }
        () = foo; foo'
    
  3. or download this
    list
    scalar