Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: mod_perl and imports

by Eily (Monsignor)
on Sep 26, 2013 at 22:22 UTC ( [id://1055911]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #file One.pm
    package One;
    BEGIN { print "Begin One\n" }
    sub import { print "Import One\n" }
    1
    
  2. or download this
    #file Two.pm
    package Two;
    use One;
    1
    
  3. or download this
    use One;
    use Two;
    

Log In?
Username:
Password:

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

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

    No recent polls found