Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Sharing Namespaces

by tirwhan (Abbot)
on Jan 27, 2006 at 07:36 UTC ( [id://525922]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Config;
    require Exporter;
    ...
    # put values into a hash
     return \%data;
    }
    
  2. or download this
    package One;
    use Config qw(read_config);
    
    my $conf = read_config();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-03-28 16:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found