NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: (Score:1)
That’s old hat. :-) And you could always verify things with just
B::Deparseitself.What would be really cool is if someone came up with a way to supply
to module client code, and then included a way to walk the caller’s optree and slice out all the calls to this function when the code is not running in debug mode, preferrably with respect to lexical scopes, and signified by
import/unimport– to the overall effect of making this work as if it was a pragma, usinguse assertionsandno assertions.(Now that I think about it… isn’t Perl 5.10 supposed to have assertions?)
Reply to This