You are viewing the version of this documentation from Perl 5.12.1. 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.