Help for this page
package Tk::Text::SuperText; use AutoLoader;
package Foo; use AutoLoader 'AUTOLOAD'; # import the default AUTOLOAD subrout +ine ... goto &AutoLoader::AUTOLOAD; } ....