Help for this page

Select Code to Download


  1. or download this
    print join " ", c qw(a b c 2);
    print "\n";
    print join " ", c qw(0 1 4);
    print "\n";