Help for this page
Select Code to Download
Select
or
download this
sub Sub (&) { return shift }
Select
or
download this
my $s = Sub { print +shift } $s->('hello');