Help for this page

Select Code to Download


  1. or download this
    tie my @array, 'Tie::File', $file_name
       or die("Unable to open file \"$file_name\": $!\n");
    
    print($array[$_])
       for 6, 1003, 2965;
    
  2. or download this
    my %lines_of_interest = map { $_ => 1 } 6, 1003, 2965;
    
    ...
          last unless --$num_lines;
       }   
    }