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) );
    |