Help for this page

Select Code to Download


  1. or download this
    if ( defined( $this->{N}[$1] ) ) {
       my $testedNVal = $this->{N}[$1]{Val};
       ...
    }
    
  2. or download this
    if ( $this->{N}[$1] ) {
       my $testedNVal = $this->{N}[$1]{Val};
       ...
    }