Help for this page
# =================================================================== # ... # 4. Display the results. # # ===================================================================
# invoke grep directly, avoid sub-shell (ala realtors script) open(HITS, "-|") || exec('grep','-i',"$key","$MEMBER_TABLE") || di +e "could not spawn grep";