PLP::Tie::Headers - PLP::Tie::Headers documentation


PLP documentation  | view source Contained in the PLP distribution.

Index


PLP::Tie::Headers

Top

Makes a hash case insensitive, and sets some headers. <_> equals <->, so $foo{CONTENT_TYPE} is the same as $foo{'Content-Type'}.

	tie %somehash, 'PLP::Tie::Headers';

This module is part of the PLP internals and probably not of much use to others.


PLP documentation  | view source Contained in the PLP distribution.