if ($tempType eq "Bid") { while ($content =~m%

 

.*?ugid=(.+?)&marketId=(.+?)&action=add';};.+?\s+.+?(?:"selected"\s+?>|).+?\$(.+?)%gs) { print(STDERR "[", pos($content), "]") ; $tempCount = $tempCount+1 ; print "\ntempCount = $tempCount\n" ; $tempMarketWatchID = $1 ; $tempugID = $2 ; $tempmarketID = $3 ; $tempLocation = $4 ; $tempBidQuantity = $5 ; $tempBid = $6 ; $tempLocation =~ s/^\s+// ; $tempLocation =~ s/\s+$// ; print "$date\t$time\t$tempType\t$teamName\t$tempMarketWatchID\t$tempugID\t$tempmarketID\t$tempLocation\t$tempBidQuantity\t$tempBid\n" ; } #end while print "Leaving the bid while\n" ; } #end if