Help for this page
Select Code to Download
Select
or
download this
$_->() for map @$_, values %HoL;
Select
or
download this
$_->() for map @$_, @HoL{qw/ one two /};
Select
or
download this
@ret = map $_->(), map @$_, @HoL{qw/ one two /};
Select
or
download this
(\&hello, \&goodbye,)
Select
or
download this
\(&hello, &goodbye,)