in reply to Re: $cgi->param() values are not updated instantly when read in a subroutine
in thread $cgi->param() values are not updated instantly when read in a subroutine

Needing to call close on STDOUT only comes into play when forking, and the child outlines the parent (perl will close STDOUT automatically on the parent)
  • Comment on Re^2: $cgi->param() values are not updated instantly when read in a subroutine