my $i = ... some calculation ... if ( $i >= 0 ) { $val = $tiedArray[$i]; } else { # report the problem! }