Query: anyevent::strict
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
AnyEvent::Strict(3pm) User Contributed Perl Documentation AnyEvent::Strict(3pm)NAMEAnyEvent::Strict - force strict mode on for the whole processSYNOPSISuse AnyEvent::Strict; # strict mode now switched onDESCRIPTIONThis module implements AnyEvent's strict mode. Loading it makes AnyEvent check all arguments to AnyEvent-methods, at the expense of being slower (often the argument checking takes longer than the actual function). It also wraps all callbacks to check for modifications of $_, which indicates a programming bug inside the watcher callback. Normally, you don't load this module yourself but instead use it indirectly via the "PERL_ANYEVENT_STRICT" environment variable (see AnyEvent). However, this module can be loaded manually at any time.AUTHORMarc Lehmann <schmorp@schmorp.de> http://anyevent.schmorp.de perl v5.14.2 2012-04-08 AnyEvent::Strict(3pm)
Related Man Pages |
---|
anyevent::impl::eventlib(3pm) - debian |
anyevent::loop(3pm) - debian |
anyevent::xmpp::component(3pm) - debian |
coro::lwp(3pm) - debian |
coro::socket(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |