Re: [Persistentperl-users] Followup to my STDOUT issue
Brought to you by:
samh
From: Sam H. <sa...@da...> - 2003-03-13 20:15:36
|
> My question to you is, why can I read the STDOUT when I use the perl or suidperl interpreter but not perperl. Because PersistentPerl does not support reading input from STDOUT. The PersistentPerl code is not written to accomodate that. The reasons PersistentPerl doesn't support reading from STDOUT are: 1) It's not trivial to implement in the current way of doing things. 2) An overwhelming majority of the the perl programs out there use STDOUT only for output. They do this because, by Unix convention, STDOUT is used for output, not input. |