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 ?