123.456.7.89
Name of Unix system running WHICS
15
Maximum number of servers running on WHICS
yes
Run WR80B process if value is yes else does not stat WR80B
4100
Default port for Unix server connections
cd /whics/ahm && ./bin/wh_wweb80.sh
Unix command required to run WR81B
7
Minimum number of servers running on WHICS
####
#!perl
use XML::Simple;
my $config = XMLin("local.xml");
print $config->{WhicsService}->{Parameters}->{WHICS}->{Value} . "\n"; # prints '123.456.78.9'
print $config->{WhicsService}->{Parameters}->{ServersMax}->{Value} . "\n"; # prints '15'
print $config->{WhicsService}->{Parameters}->{Service}->{WR80B}->{Runable}->{Value} . "\n";