in reply to RE: Re: Parsing web pages (sort of)
in thread Parsing web pages (sort of)

Well, sorry :-) I thought the lack of \n was kinda obvious.
So if thats the case, I'd say your "$1\n" really should be $1,"\n" on the grounds of efficiency. 25% faster. D'oh, I must admit your solution is better than mine. :-)
  • Comment on RE: RE: Re: Parsing web pages (sort of)

Replies are listed 'Best First'.
RE: RE: RE: Re: Parsing web pages (sort of)
by lhoward (Vicar) on May 25, 2000 at 19:54 UTC
    Obviously my solution is superior ;-)

    That's one of the nice things about perl.... so many ways to code everything and so many little tweaks you can do to improve performance.