- or download this
$members{ $status->{'address'} = $member->{'port'}};
- or download this
$members{ $status->{'address'}} = $member->{'port'};
- or download this
$members{ $status}->{'enabled'} = $ENABLED_STATUS_MAP->{ $status->{'
+enabled_status'} }
- or download this
# Restructure the following line
# $members{ $status}->{'enabled'} = $ENABLED_STATUS_MAP->{ $status->
+{'enabled_status'} }
...
my $value= $ENABLED_STATUS_MAP->{ $status->{'enabled_status'} };
warn "Assigning '$key'='$value' in results";
$members{ $key }= $value;
- or download this
# $members{ 'enabled' }= $ENABLED_STATUS_MAP->{ $status->{'enabled_s
+tatus'} }
...
warn "Assigning '$key'='$value' in results";
$members{ $key }= $value;