This is an intentional and documented performance hack.  RTFM. :)

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 03, 2002 7:39 AM
To: modperl
Subject: $r->print does not dereference




Hi

when using $r->print in perl 561/modperl 1.26 context on winXP,
I cannot get the value passed to be dereferenced as it is
explained in the doc $r->print automatically does.

$out='toto' ;

$r->print($out) ->output toto

$r->print(\$out)
$r->print((\$out))  ->both output scalar xxx

thanks for help
pascal


Accédez au courrier électronique de La Poste : www.laposte.net ; 3615
LAPOSTENET (0,13 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn)"





Reply via email to