in reply to
How to create a compact data structure?
foreach my $item (LARGE_LIST) {
Can you reduce some size from the LARGE_LIST (if they have similar values) by using
Data::Reuse
?
Comment on
Re: How to create a compact data structure?
Download
Code
In Section
Seekers of Perl Wisdom