Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
E.g. SELECT myFunction(); 11111 SELECT myFunction(); 1111122222 SELECT myFunction(); 111112222233333 and so on...I am using autoflush in the child, and I am closing $handle before exiting. In the child I am also closing $handle. All of the data that is sent by the child appears to have been read by the parent. I'm totally bewildered by this one. I know it's a bit off topic but any suggestions would be very welcome.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Wierd pipe behaviour in plperlu
by pc88mxer (Vicar) on Jun 04, 2008 at 20:42 UTC | |
by Anonymous Monk on Jun 04, 2008 at 21:27 UTC | |
by pc88mxer (Vicar) on Jun 04, 2008 at 23:30 UTC | |
by Anonymous Monk on Jun 05, 2008 at 10:32 UTC | |
by Anonymous Monk on Jun 05, 2008 at 08:24 UTC |