Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Bundling commonly-used modules into a toolset

by xdg (Monsignor)
on Oct 26, 2005 at 00:52 UTC ( [id://502913]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Restaurant::People::Cook;
    
    use Restaurant::People; # A ToolSet module
    our @ISA = qw( Restaurant::People );
    
  2. or download this
    ToolSet->set_base(1);
    
  3. or download this
    ToolSet->set_base('Restaurant::People');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-19 01:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found