in reply to Need help with Apache2::Subprocess undefined value error when using spawn_proc_prog
Consider the two lines:
my $r = shift; ... $out = $r->spawn_proc_prog($command);
and think about what $r actually can contain, and what it needs to contain to be dereferenced (see perlref). Keep in mind that shift is acting on @ARGV here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need help with Apache2::Subprocess undefined value error when using spawn_proc_prog
by aels (Initiate) on Aug 16, 2007 at 04:47 UTC | |
by perrin (Chancellor) on Aug 16, 2007 at 18:40 UTC | |
by aels (Initiate) on Aug 16, 2007 at 21:51 UTC |