in reply to Re: Re: CGI::Application + mod_perl =|!= memory leak
in thread CGI::Application + mod_perl =|!= memory leak

If I recall correctly, binmode is something that unix denizens are going to have to use religiously in the future for the perl5 line. So far it isn't a big deal for Linux folk but I seem to recall that around 5.10.x it'll be something you'll need to have done.

Anyway, its only proper to flag your filehandle so it can handle the right data appropriately.

  • Comment on Re: Re: Re: CGI::Application + mod_perl =|!= memory leak