Help for this page
#!/usr/local/bin/perl use strict; ... foreach my $a (@sorted_ages){ print $a->[0], ' is ', $a->[1], ' years old.', $/; }