Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Need help to remove AutoLoader in Tx::Text::SuperText

by ww (Archbishop)
on Feb 05, 2016 at 20:48 UTC ( [id://1154517]=note: print w/replies, xml ) Need Help??

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;
        }
    ....
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1154517]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found