>   AUTOLOAD (ala Autoloader, SelfLoader etc) could be put to good
>   and interesting uses in either handling large libraries of queries
>   (load in demand) or even automatically generating methods with
>   logic based on the method name:
>     $dbh->Delete_from_table($table, $key)


AUTOLOAD is invasive.  No one writing a module for general distribution
should use AUTOLOAD.  There is no good way to resolve two uncoordinated
uses of AUTOLOAD in one program.

Reply via email to