in reply to Re^2: How to pass hash site variables into sql connection using perl?
in thread How to pass hash site variables into sql connection using perl?
It was an example. You need to fill in your details like this
my %site_map = ( site1 => { host => 'dam.sd.aog.com', db => 'a_site1_current', user=>'ad', pw=>'123' }, site2 => { host => 'dam.sd.aog.com', db => 'a_site2_current', user=>'ad', pw=>'123' }, site3 => { host => 'dam.sd.aog.com', db => 'a_site3_current', user=>'ad', pw=>'123' }, );
|
|---|