Help for this page
Select Code to Download
Select
or
download this
sub add1 { return ++$_[0]; } my $two= add1(1);