Help for this page

Select Code to Download


  1. or download this
    package Tk::Text::SuperText;
    use AutoLoader;
    
  2. or download this
    package Foo;
        use AutoLoader 'AUTOLOAD';   # import the default AUTOLOAD subrout
    +ine
    
    ...
            goto &AutoLoader::AUTOLOAD;
        }
    ....