in reply to Re: overloading the print function (or alternatives)
in thread overloading the print function (or alternatives)

This is also in response to chipmunk's comment.

E* creates the entire page before it prints any output to STDOUT -- cookies are set in the header (along with the content-type), and developers need to be able to manipulate cookies on the current page. This is, of course, what causes the "print" bug -- which I'm hoping to curb.

thanks,

--nate

  • Comment on Re: Re: overloading the print function (or alternatives)