You are viewing the version of this documentation from Perl 5.14.4. View the latest version
%^H

The %^H hash provides the same scoping semantic as $^H. This makes it useful for implementation of lexically scoped pragmas. See perlpragma.

This variable was added in Perl 5.6.