Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @nums = (10,400,2,7,20,40,23,100,2);
    print("main:  ", join(', ', @nums), "\n");
    func1(\@nums);