in reply to Re^2: Need help with Apache2::Subprocess undefined value error when using spawn_proc_prog
in thread Need help with Apache2::Subprocess undefined value error when using spawn_proc_prog

I don't see any reason why system() should not work under mod_perl 2. I also think your use of $r in this code should work. Can you verify that this code is running through mod_perl by checking $ENV{MOD_PERL} within the script?
  • Comment on Re^3: Need help with Apache2::Subprocess undefined value error when using spawn_proc_prog