in reply to Re^5: out of memory problem
in thread out of memory problem
But there is this error:for my $key (keys %mappings) { if($mappings{$key}{$_} > 1 ) print "$key - $mappings{$key}{$_} -> $_\n" for keys %{$mapping +s{$key}} ; }
ThanksUse of uninitialized value in numeric gt (>) at test.pl line 33, <$tes +tdataset> line 7.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: out of memory problem
by GrandFather (Saint) on Mar 26, 2006 at 05:18 UTC |