![]() |
|
XP is just a number | |
PerlMonks |
Re: Answer: How do I find unique Array in Array of Array?by TedPride (Priest) |
on May 12, 2006 at 06:33 UTC ( [id://548911]=note: print w/replies, xml ) | Need Help?? |
Since this stores the Data::Dumper output for each array in %seen as a key, wouldn't it be vastly inefficient in terms of memory use? It might be better to md5 your Dumper output before using it as a key:
In Section
Seekers of Perl Wisdom
|
|