Help for this page
Select Code to Download
Select
or
download this
sub f { print $_[0]; }
Select
or
download this
sub f { my $x = $_[0]; # copy created here print $x; }