![]() |
![]()
| ![]() |
![]()
NAMEB::Flags - Friendlier flags for B SYNOPSISuse B::Flags; # some ops print B::main_root->flagspv; print B::main_root->privatepv; print $some_b_sv_object->flagspv; DESCRIPTIONStringification of flags. By default, "$foo->flags" when passed an object in the "B" class will produce a relatively meaningless number, which one would need to grovel through the Perl source code in order to do anything useful with. This module adds "flagspv" to the SV and op classes and "privatepv" to the op classes, which makes them easier to understand. METHODS
AUTHORSimon Cozens, simon@cpan.org MAINTAINERReini Urban, rurban@cpan.org Abhijit Menon-Sen, ams@cpan.org SEE ALSOperl(1). LICENSEAL & GPL. Copyright 2001 Simon Cozens Copyright 2010,2013,2014,2015 Reini Urban
|