Tuna has asked for the wisdom of the Perl Monks concerning the following question:
in getClusterHostCount$VAR1 = '/saconfig/current/cluster1'; $VAR2 = [ 'localhost', 'eh050su2' ]; sub getClusterHostCount { print "******************entering getclusterhost count\n"; my $hostcount = ( @{$ClusterHostList{ $clusterID }} ) ; print "count = $hostcount\n"; print "in getClusterHostCount", Dumper (%ClusterHostList); return $hostcount; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Number of Elements in HoL
by perrin (Chancellor) on Aug 22, 2001 at 17:58 UTC | |
|
Re: Number of Elements in HoL
by MZSanford (Curate) on Aug 22, 2001 at 17:51 UTC |