The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

PLP::Tie::Headers

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.