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