GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Eval::WithLexicals::WithHintPersistence(3) User Contributed Perl Documentation Eval::WithLexicals::WithHintPersistence(3)

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.
2015-07-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.