Help for this page
Select Code to Download
Select
or
download this
$ perl @ary = (1, -5, -12, 7, 3); ... print "@ary\n"; ^D 1 0 0 7 3