Revert "Fully specify hash reference to find $attribute."

This reverts commit f3233fb247.
This commit is contained in:
Christopher Kreft 2016-08-15 13:40:22 +02:00
parent 3c0e5b5252
commit 2e8e519493
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@ my $resultTmp;
foreach my $attribute (sort keys %attributes){
my $check_value;
my $check_value_str = '$check_value = $json_response->{\'' . $attribute . '\'}';
my $check_value_str = '$check_value = $json_response->'.$attribute;
if ($np->opts->verbose) { (print Dumper ($check_value_str))};
eval $check_value_str;