Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: how do you include multiple modules using one module

by citromatik (Curate)
on Feb 25, 2009 at 14:34 UTC ( [id://746277]=note: print w/replies, xml ) Need Help??


in reply to how do you include multiple modules using one module

You can use Filter::Macro:

package framework use Filter::Macro; use strict; use warnings; use ... .... 1;

Then, a program or module that says use Filter::Macro will expand lines below use Filter::Macro into their own code

You can also take a look at Toolkit

citromatik

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2026-01-17 09:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your view on AI coding assistants?





    Results (121 votes). Check out past polls.

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.