Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $outer_idx++;
    printf "One: %s; Two: %s\n", $array1[$outer_idx]->[0], $array1[$outer_
    +idx]->[1];
    
  2. or download this
    One: first #1; Two: first #2
    One: second #1; Two: second #2