Help for this page

Select Code to Download


  1. or download this
    foreach(keys %{$x->{'xylanXIPGMAPLastTrapReason'}->{'syntax'}->{'value
    +s'}}) {    print "$_ = ".$x->{'xylanXIPGMAPLastTrapReason'}->{'syntax
    +'}->{'values'}->{$_}."\n";
    }
    
  2. or download this
    my %values = %{$x->{xylanXIPGMAPLastTrapReason}->{syntax}->{values}};
    foreach(keys %values) {
        print "$_ = $values{$_}\n";
    }