Help for this page
atl@companion:~/perl > cat aih.pl #!/usr/bin/perl -w ... array: 2 array: 3 atl@companion:~/perl >
The => digraph is mostly just a synonym for the comma operator.
%hash = (name, foo, list, 1, 2, 4);