Help for this page
# remove trailing duplicates ## @INC = grep { ++$names{$_} == 1 } @INC; # remove leading duplicates @INC = reverse grep { ++$names{$_} == 1 } reverse @INC;
www.com | www.net | www.org
Hashes Built-in memory management Autovivification Regexes DWIM The CPAN The cool testing infrastructure The community / conferences Other feature (comment below)
Results (67 votes). Check out past polls.