Help for this page

Select Code to Download


  1. or download this
    open (SIDX, "$data_dir/search.idx");
    open (SIDX2, "$data_dir/search2.idx");
    ...
    
            if ($toadk eq "true")
                {
    
  2. or download this
    
                $resultline[$icnt] = $line;
    ...
    close (SIDX2);
    
    }