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.
Perl_(begin|check|init|end)av[] (Score:1)
There might not be an array for UNITCHECK.
Manip::END lets you muck with END blocks from perl-space. There's another one which does other blocks but I forget its name.
Re: (Score:2)
Aw, crap. My XS skills are week. However, the code itself doesn't look too difficult. I'll play with it. Right now it appears to work, but the code itself isn't too useful because of the 'naked' code reference:
That produces:
Re:Perl_(begin|check|init|end)av[] (Score:1)
It's the return value of the
printin theENDblock, isn't it?Reply to This
Parent
Re: (Score:2)
D'oh!