Help for this page

Select Code to Download


  1. or download this
    sub add1 { return ++$_[0]; }
    my $two= add1(1);