OSDN Git Service

Changes to be committed:
[vem/WITs.git] / tsurutafile / cgi-bin / implementation.rb~
1 #!/ruby/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.218',
8                 'port' => '11111'
9         },
10         'FEI' => {
11                 'host' => '192.168.4.218',
12                 'port' => '22222'
13         },
14         'JEOL' => {
15                 'host' => '192.168.4.218',
16                 'port' => '33333'
17         }
18 }
19