Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use warnings; use strict;
    ...
    7, 8);
    print "a(@a) b(@b)\n";
    __END__