Help for this page

Select Code to Download


  1. or download this
    foreach $item (@resultline, @premium_resultline)
    
  2. or download this
    open (SIDX, "$data_dir/search.idx");
    open (SIDX2, "$data_dir/search2.idx");
    
  3. or download this
    
    (@skeyw) = split(/ /,$search_line);
    
  4. or download this
    
    if ($file_locking ne "No"){flock (SIDX, LOCK_SH) or die "Can't set loc
    +k for file: $data_dir/search.idx, $data_dir/search2.idx $!\n";}
    ...
    close (SIDX2);
    }
    
  5. or download this
    (@skeyw) = split(/ /,$search_line);
    (@skeyw) = split(/ /,$search_line2);
    
  6. or download this
    
    sub get_search_ready
    ...
    
    return ($reline);
    }