IPC Open

2003-07-18 Thread Cameron B. Prince
still get the same error... Can any one give me any ideas on how to fix this? I also read a post about IPC::Open... I looked at the synopsis and it looks rather complicated. Is this definately a better way to go? Any help would be greatly appreciated. Cameron

Re: IPC Open / IPC Run

2003-07-18 Thread Barrie Slaymaker
On Fri, Jul 18, 2003 at 12:30:22PM -0500, Cameron B. Prince wrote: I just realized, I meant to say IPC::Run below from my previous post. I also read a post about IPC::Open... I looked at the synopsis and it looks rather complicated. Only if you're trying to do something complicated, like

Re: IPC Open

2003-07-18 Thread Stas Bekman
I'm getting the error message: [16307]ERR: 24: Error in Perl code: Can't locate object method OPEN via package Apache::RequestRec at /usr/lib/perl5/5.8.0/IPC/Open3.pm line 136. perl -MApache2 -MModPerl::MethodLookup -e print_method OPEN to use method 'OPEN' add: use Apache::RequestIO

Re: [mp2] Apache::RequestRec, IPC::Open[23] problem

2003-01-22 Thread Ville Skyttä
On Wed, 2003-01-22 at 08:10, Stas Bekman wrote: Please try again with the latest cvs, I've just ported FILENO, OPEN and CLOSE interfaces from 1.0. Though I doubt that this will work, IPC::Open* have always had problems with mod_perl. IPC::Run should be used instead for now. Hopefully

Re: [mp2] Apache::RequestRec, IPC::Open[23] problem

2003-01-22 Thread Stas Bekman
Ville Skyttä wrote: On Wed, 2003-01-22 at 08:10, Stas Bekman wrote: Please try again with the latest cvs, I've just ported FILENO, OPEN and CLOSE interfaces from 1.0. Though I doubt that this will work, IPC::Open* have always had problems with mod_perl. IPC::Run should be used instead

[mp2] Apache::RequestRec, IPC::Open[23] problem

2003-01-21 Thread Ville Skyttä
Hi, The script below under mod_perl 1.99_08 (ModPerl::Registry), gives me this: Can't locate object method FILENO via package Apache::RequestRec at /usr/lib/perl5/5.8.0/IPC/Open3.pm line 196. A real world example of a script that has these problems is the W3C Markup Validator,

Re: [mp2] Apache::RequestRec, IPC::Open[23] problem

2003-01-21 Thread Stas Bekman
$in; waitpid $pid, 0; seek $out, 0, 0; while ($out) { print; } undef $out; Please try again with the latest cvs, I've just ported FILENO, OPEN and CLOSE interfaces from 1.0. Though I doubt that this will work, IPC::Open* have always had problems with mod_perl. IPC::Run should be used