Re: Reading err_headers_out values

2005-04-21 Thread Jonathan Vanasco
At first look, it makes sense -- '1st while' is dealing with the scalar reference, '2nd while' is reading it into a hash but then i notice that there are 3 oranges, and 1 lemon now i feel a few pieces short of a fruit salad. (drum roll, please) sorry, i didn't have my morning espressos today. thi

Re: Reading err_headers_out values

2005-04-21 Thread Geoffrey Young
ted wrote: > Hi, > > I am baking three cookies, then attempting to see them using the > err_headers_out method. The problem is that when baked, the key > for each cookie is the same: 'Set-Cookie'. The Apache::Table > object is ok with this, but when it is tied to the perl hash > the duplicate

Reading err_headers_out values

2005-04-21 Thread ted
Hi, I am baking three cookies, then attempting to see them using the err_headers_out method. The problem is that when baked, the key for each cookie is the same: 'Set-Cookie'. The Apache::Table object is ok with this, but when it is tied to the perl hash the duplicate keys seem to trip things up