Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Automatically importing a subroutine for a particular namespace

by Joost (Canon)
on Jul 04, 2008 at 18:56 UTC ( [id://695623]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package My::Tools;
    use Something qw(foo bar);
    ...
    use Exporter;
    our @ISA = 'Exporter';
    our @EXPORT = qw(foo bar blip blob);
    
  2. or download this
    package Foo::Bar::Asdf;
    use My::Tools;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-03-29 10:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found