#/usr/bin/perl use strict; # a good habit to take use warnings; # except in production $,=' '; print sort @ARGV;