IPC::Run question

2007-08-19 Thread Nguyen Vu Hung
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

Re: ??: ??: Class inheritance, and SUPER under mod_perl2

2007-08-19 Thread Nguyen Vu Hung
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::

Re: All about CGI.pm

2007-08-19 Thread Perrin Harkins
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

Re: All about CGI.pm

2007-08-19 Thread Tracy12
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? >

Re: All about CGI.pm

2007-08-19 Thread Tracy12
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