Help for this page

Select Code to Download


  1. or download this
    foreach $i (keys %Index_db) {    
        if ($i == $id) {
    ...
        .
        }
    }
    
  2. or download this
    $id = $Words_db{$word};
    @fileId = split( /:/, $Index_db{$id});