On Tue, Mar 22, 2005 at 10:41:10AM +0100, Andrea Setti wrote:
> Hi List.
> 
> I have an issue to submit to you:
> 
> When i loop through WWW::Mechanize->{res}->{_headers} like the following
> snippet:
> 
> my $headers = $mech->{res}->{_headers};
> while ( (my $key, my $value) = each (%$headers)) {
>       print $key . ': ' . "$value\n";}
> }

Did you check whether there are actually API calls to do what
you need to do? If I see a component _something in a hash, this
usually tells me to keep my fingers off.

\rho

Reply via email to