Help for this page

Select Code to Download


  1. or download this
    for (@AoA) {
        my ($x, $y) = @{$_}[1, 2];
    }
    
  2. or download this
    #!/usr/bin/env perl -l
    
    ...
        # Now do something with the retrieved values, e.g.
        print "$x $y";
    }
    
  3. or download this
    a1 b1
    a2 b2
    a3 b3
    a4 b4
    a5 b5