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
 
Back
Top