in reply to Re: perl parsing
in thread perl parsing
Thank I am understanding a bit better now, but I tried your solution , mainly the HOH printing but I am getting error.."Not a Hash reference at line 42
foreach my $line(keys %hash) { print "$line\n"; ##This works and prints the names foreach my $sit (keys %{$hash{$line}}) #### <--line 42 line throwin +g error { print "$hash{$line}{$sit}\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl parsing
by Marshall (Canon) on Oct 06, 2017 at 05:13 UTC | |
by cbtshare (Monk) on Oct 06, 2017 at 15:29 UTC | |
by poj (Abbot) on Oct 06, 2017 at 16:59 UTC | |
by cbtshare (Monk) on Oct 06, 2017 at 19:11 UTC | |
by poj (Abbot) on Oct 06, 2017 at 19:41 UTC | |
|