in reply to detecting improperly called subroutines

This reminded me of davorg's Symbol::Approx module, which tries to guess which subroutine you really meant when you mispell (and execute it). :-)

Of course, you wouldn't want to really use Symbol::Approx in your program, but it is an interesting use of AUTOLOAD.

Update: Ack! Ovid beat me to to it. :-)

Impossible Robot
  • Comment on Re: detecting improperly called subroutines