- or download this
foreach $item (@resultline, @premium_resultline)
- or download this
open (SIDX, "$data_dir/search.idx");
open (SIDX2, "$data_dir/search2.idx");
- or download this
(@skeyw) = split(/ /,$search_line);
- 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);
}
- or download this
(@skeyw) = split(/ /,$search_line);
(@skeyw) = split(/ /,$search_line2);
- or download this
sub get_search_ready
...
return ($reline);
}