![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re^2: Potential hash key ids limitationsby cavac (Vicar) |
on Jan 19, 2023 at 16:07 UTC ( #11149690=note: print w/replies, xml ) | Need Help?? |
In case of hash keys in the GB range, i would also avoid anything like foreach my $key (sort keys %myhash) { But yeah, otherwise Perl just doesn't care what you put in hash keys (or any other kind of scalars). Last time i had to find duplicate thumbnails, i just used the png files as keys. You can't go much more "random binary junk" then compressed image data...
PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP
In Section
Seekers of Perl Wisdom
|
|