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.
A question (Score:2, Interesting)
Maybe I didn't understand the original question--I do admit to not reading the RFC--or Larry's explanation of how stuff fits together. Since CATCH is a closure, why can't it just have its own PRE and POST blocks? Something like:
try {
#
CATCH {
$email =~ s/0/o/;
Re:A question (Score:3, Informative)
Larry
Reply to This
Parent