Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: any way to fill calling namespace with a "use Module"?

by Corion (Patriarch)
on Feb 23, 2013 at 19:46 UTC ( [id://1020337]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Top::Base;
    use Moose; 1;
    ...
    
    package SubordinateB; use Moose; extends 'Top::Base'; 1;
    
  2. or download this
    package Top;
    
    ...
        my $impl= "Top::$options{ base }";
        $impl->new( %options );
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (9)
As of 2024-03-28 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found