Antti Haapala wrote:
Hello all,

	I'm having trouble with following script under mod_perl
1.26 (perl 5.6.1).

use strict     ();
use IO::Handle ();
use IPC::Open2 ();
[...]

Use IPC::Run instead of the IPC::Open* family, it surely works and a much more flexible tool!

Probably need to add an item to the guide's troubleshooting.


__________________________________________________________________
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

Reply via email to