RE: Issues with subroutines and unbless references
"Winfried Neessen" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <007d01cb11f9$edbb6000$c9322000$@com> |
Hi Torsten, > That's not the way to go. $r->headers_in returns an APR::Table object. > This > object holds all input headers. This object can then be used as tied hash > or > as described in L<APR::Table>. > Thanks a bunch! That makes sense. Your solution worked for me. Winni