Help for this page

Select Code to Download


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