Help for this page

Select Code to Download


  1. or download this
    my $interesting_index;
    my $i = 0;
    ...
    }
    
    # spit an error if $interesting_index is still 'not defined'
    
  2. or download this
    for (my $i=1; !defined($interesting_index) and $i<=10; $i++){}