Help for this page

Select Code to Download


  1. or download this
    $o->{'XXX_methods'}    = {
        'DBI::ProxyServer' => {
    ...
            'finish' => 1
            }
        };
    
  2. or download this
    'DBI::ProxyServer::db' => {
                'connected' => 1,
    ...
            'table_info' => 1,
            'disconnect' => 1,
            },