Michael wrote:
I have a web service that need to get "stuff" from the system and is using the following subroutine to retrieve info.


sub systeminfo { if (open(FROMADMIN,"-|")) { # parent
[...]
This works fine for command line exection and from cgi but fails in modperl (apache 1x).

The problem is that the initial read pipe apparently fails to open under modperl.

Is there a workaround for this? or am I just missing something simple?

Use IPC::Run?



__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to