Help for this page

Select Code to Download


  1. or download this
      @results = grep( /^$line[3]/, @raw_data);
    
  2. or download this
      @results = grep( (split(@_))[0] eq $line[3], @raw_data);