perl question - printing?

  • Thread starter Thread starter dave r
  • Start date Start date
D

dave r

Guest
I have a code which matcht a file with another..
but when it's matched
the file keep printing till the end of the file
for example
if it's
Host:blabla
Request:etc
Method:Get

when the request line match with the the words in the otheir file..
it goes like this
Host:blabla

then
Host:blabla
Request:etc
after that


Host:blabla
Request:etc
Method:get
:-s
 
You have to show us your code, and we'll try to fix it for you. We're not mind readers...
 
You have to show us your code, and we'll try to fix it for you. We're not mind readers...
 
Back
Top