Skip to content

Instantly share code, notes, and snippets.

@leedo
Created November 5, 2012 23:56
Show Gist options
  • Save leedo/4021237 to your computer and use it in GitHub Desktop.
Save leedo/4021237 to your computer and use it in GitHub Desktop.
- # Just assume HTTP::Headers is a blessed hash ref
- +{%$headers};
+ +{ map {$_ => $headers->header($_) } $headers->header_field_names };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment