in reply to Action at a great distance

I guess I am missing why this is a "Really Bad Idea". I guess I could see:
foreach (@callbacks) { $_->(@args); $_->(@otherargs); }
Misbehaving if $_ was modified, but thats not an issue on the OP's code.


-Waswas