Help for this page
my @sorted = sort @unsorted;
my @sorted = sort { $b cmp $a } @unsorted;
my $nextitem; while ($nextitem = pop @rocks) { # Use $nextitem }
for (my $i=1; $i <= @rocks; $i++) { my $nextitem = $rocks[- $i]; # Take the ${i}th item from the en +d }
Ceramics Glass Wood Metal Plastic Paper Banana leaves Something else
Results (396 votes), past polls