in reply to Re: Re: Re: Re: Re: calling a html file from a perl script
in thread calling a html file from a perl script

I'd have thought a print while <HTML>; loop would be more efficient, since it doesn't need a huge memory buffer, and it can be doing the input and output simultaneously