Help for this page

Select Code to Download


  1. or download this
    $ perl
    @ary = (1, -5, -12, 7, 3);
    ...
    print "@ary\n";
    ^D
    1 0 0 7 3