Help for this page

Select Code to Download


  1. or download this
    $EntryQuery->idletasks;#$EntryQuery is the Tk widget where the user is
    + typing
    $SearchField->bind("<Key>", sub {
    ...
        DeleteAllRowsInTable();
        PrintingResultsInTable($ResultsFinal);
    });
    
  2. or download this
    Searching for p
    Searching for pa
    ...
    Searching for paragraph
    Searching for para # this should have been searched as 4th iteration, 
    +or skipped as no more interesting (since the user has typed another l
    +etcharacterter)
    Searching for parag # this should have been searched as 5th iteration,
    + or skipped as no more interesting (since the user has typed another 
    +character)