On 21/07/2011 05:32, Rob Dixon wrote:

It would be possible to generate calls to undefined subroutines at
compile time, but because the symbol table can be modified at run time
with such trickery suck as *Foo::bar = \&Foo::foo it is also left until
run time to report any such errors.


My apologies. This should read:

It would be possible to raise errors regarding calls to undefined
subroutines at compile time, but because the symbol table can be
modified at run time with such trickery suck as *Foo::bar = \&Foo::foo
it is also left until run time to report any such errors.

Rob

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to