Thomas Bolioli wrote:
On a stock RH 9 system:
my %params = $r->args();
$r->print( join("",map {"$_ => $params{$_}"} keys(%params)), "");
and this
$r->print($r->args());
are producing the same output. Or in other words, the list context is
returning the entire QS while it used to return a hash i
On Thu, 2004-01-15 at 23:15, Thomas Bolioli wrote:
> RH is conservative about upgrades so I am still on 1.99_07 and
> 2.0.40. Are these implementations mature enough to develop a new app on?
Short answer: no, they are not. If you plan to use mp2 at this stage,
you must keep up to date with it.