Problem while searching and printing data from a text file into a HTML page

2004-02-22 Thread Shalabh
are. search.html Purchase Cases @ ISC Search show.html Purchase Cases @ ISC Tender No. Tender Date Purchase Order No. Purchase Order Date Grant Name Email Address Phone No. Imported AMC Delivery Invoice No. BG valid Upto Amount Item Name Quantity Thanks Shalabh

Newbie question

2004-03-01 Thread Shalabh
N, "< pdata") or die ("Cannot open database!"); @found_array = (); while ($parray=) { @found_array = (@found_array,grep (/$keyword/i , $parray)); } print "You Queried for $keyword\n"; print @found_array; ***