Help for this page

Select Code to Download


  1. or download this
    my %db_connections;
    
    foreach $val(@array){
        $db_connections{ $val} = [ connection_to_database( $val) ];
    }