Skip to content

Commit

Permalink
Fixed keys() arguments again.
Browse files Browse the repository at this point in the history
Must sleep and stop writing code.
  • Loading branch information
zaf committed Jan 15, 2012
1 parent 2f22904 commit 10d16af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfram/wolfram.pl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
}
if (!$results) {
foreach (keys ${$answer->{pod}}) {
foreach (keys %{$answer->{pod}}) {
eval{ print "$_: $answer->{pod}->{$_}->{subpod}->{plaintext}\n"; };
eval{ print "$_: $answer->{pod}->{$_}->{subpod}->[0]->{plaintext}\n"; };
$results++;
Expand Down

0 comments on commit 10d16af

Please sign in to comment.