Help for this page

Select Code to Download


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