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.
my guess (Score:1)
I ran into this problem when developing Sub::Exporter. It lets you say: ...and the coderef goes into the scalar instead of your symbol table. This never worked: My assumption is that it's because of this equivalency: The Secret Begin Block (tm) seems to have an invisible scope. Just like the Phil Collins song.
rjbs
Reply to This
Re: (Score:2)
Yeah, I was getting a bit sloppy in the post. Thanks for pointing those out.
I've tried using PadWalker to get around some of these issues, but no love. Damn.