After sending a hardtime with IPC::Run, I still didn't understand it
from usage example, so I post it here.
In the code below, what [EMAIL PROTECTED], $in, $out, $err? How to declare them?
Question 01:
#http://www.annocpan.org/~RSOD/IPC-Run-0.80/lib/IPC/Run.pm
## Using run() instead of syste
Joe Schaefer :
Nguyen Vu Hung <[EMAIL PROTECTED]> writes:
foreach $h (@{$hosts})
{
$obj = $type->SUPER::new(PeerAddr => ($host = $h),
Are you sure you want SUPER::new()? I think in your
case it translates to Net::Cmd::new(), when your args
suggest you want IO::Socket::INET::
On 8/19/07, Tracy12 <[EMAIL PROTECTED]> wrote:
>
> Can you let me know for mod_perl compatibility what is the minimum CGI.pm
> version we should have?
The most recent mod_perl-related change was in 3.20, but you really
should just grab the latest one.
The current list of changes is here:
http://s
Hi,
Hope you are refering to this.
http://search.cpan.org/dist/CGI.pm/CGI.pm#FETCHING_THE_NAMES_OF_ALL_THE_PARAMETERS_PASSED_TO_YOUR_SCRIPT:
Let me know if this is not the URL?
Sean Davis-3 wrote:
>
> Tracy12 wrote:
>> How can we install this seperately from where should we download this?
>
Can you let me know for mod_perl compatibility what is the minimum CGI.pm
version we should have?
Perrin Harkins wrote:
>
> On 8/16/07, Tracy12 <[EMAIL PROTECTED]> wrote:
>> When we ran the same script on other Linux machine, the param value is
>> not
>> showing, it looks to me from the observat