Help for this page

Select Code to Download


  1. or download this
    $_->() for map @$_, values %HoL;
  2. or download this
    $_->() for map @$_, @HoL{qw/ one two /};
  3. or download this
    @ret = map $_->(), map @$_, @HoL{qw/ one two /};
  4. or download this
    (\&hello, \&goodbye,)
  5. or download this
    \(&hello, &goodbye,)