#!/usr/bin/perl use warnings; use strict; my @creations = sort ('egg','chicken'); print "@creations\n"; __END__