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

Re: How to export multiple packages in one file to another Perl program?

by BrowserUk (Patriarch)
on Oct 05, 2012 at 10:10 UTC ( [id://997430]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyObjs;
    use strict;
    ...
    use enum qw[ :O2Error=200 One Two Three Four Five ];
    
    1;
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    0
    102
    204
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-23 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found