Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value $i in array element at
       /home/neil/src/perltest/foo.pl line 25.
    label kept
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    {
       say "label ". $aref->[$i][0];
    }