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