I know that gozer has implemented the deprecated header_(in|out), but why
do we deprecate the two? reducing the number of ways to do the same thing?
In any case the documented new syntax for:
$r->header_out(foo => 'bar'),
now should be:
$r->headers_out->{foo} = 'bar';
right?
in addition to the note that the HASH obj ref is returned, to make
examples more clear?
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]