Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Config files in CPAN modules?

by blue_cowdawg (Monsignor)
on Jul 21, 2006 at 14:51 UTC ( [id://562878]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <disco_database>
         <host>database-host.foo.com</host>
    ...
         <user>disco</dbname>
         <password>duck</password>
    </disco_database>
    
  2. or download this
    package my_package;
    use Class::DBI::Loader; 
    ...
            user=>$config->{disco_database}->{user},
            password=>$config->{disco_database}->{password}
             | and so forth...
    
  3. or download this
    | blah blah...
    use IBM::Disco::HostEntry;
    ...
    my $he = IBM::Disco::HostEntry->new{ config_file => 
                     qq(/path/to/file) );
    |
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 02:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found