Eval::WithLexicals::WithHintPersistence - Persist compile hints between evals
use Eval::WithLexicals;
my $eval = Eval::WithLexicals->with_plugins("HintPersistence")->new;
Persist pragams and other compile hints between evals (for example the strict
and warnings flags in effect).
Saves and restores the $^H and
"%^H" variables.
$eval->hints('$^H')
Returns the internal hints hash, keys are
$^H and "%^H" for
the hint bits and hint hash respectively.
See Eval::WithLexicals for support and contact information.
See Eval::WithLexicals for authors.
See Eval::WithLexicals for the copyright and license.