in reply to Re: how do i do this?in thread how do i do this?
#/usr/bin/perl use strict; # a good habit to take use warnings; # except in production $,=' '; print sort @ARGV; [download]
-- stefp