Help for this page

Select Code to Download


  1. or download this
    ## try.pl ##
    use strict;
    use warnings;
    ...
            print "From perl: $i\n";
            foo(++$i);
    }