OSDN Git Service

Initial commit
[vem/WITs.git] / cgi-bin / implementation.rb
1 #!/usr/bin/ruby
2
3 $tem = Hash.new{|h,k| h[k]=Hash.new(&h.default_proc)}
4
5 $tem = {
6   'HITACHI' => {
7     'host' => '192.168.4.114',
8     'port' => '11111'
9   },
10   'FEI' => {
11     'host' => '192.168.4.114',
12     'port' => '22222'
13   },
14   'JEOL' => {
15     'host' => '192.168.4.114',
16     'port' => '33333'
17   }
18 }
19