Help for this page
my @all_names = qw/john andy bill andy john julia bill/; my %seen = (); my @names = grep { ! $seen{$_} ++ } @all_names; print join(' ', @names);
my @names = sort grep { ! $seen{$_} ++ } @all_names;
www.com | www.net | www.org
Oil Electricity Human power Animal power Solar power Hybrid power Other (public transport) Other (please comment)
Results (97 votes). Check out past polls.