in reply to how do i do this?
which could be nice if you need to use the sorted list more than once in the program.use strict; my @sorted_args = sort @ARGV; print "@sorted_args" . "\n";
update:
thanks blake for the additional examples and warnings about using $, . sorry if i was unclear above -- i meant that i was posting the way i had done it prior to learning about $,
--cricket
i am smaller than a grasshopper
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: how do i do this?
by blakem (Monsignor) on Sep 30, 2001 at 10:15 UTC |