James
Hey james.. One other thing, I know its cause your a wise perl programmer, but how do you know on those lines not to put semi colons and that the data will be auto piped the next command?
map() builds up a list and returns it. sort() sorts a list and returns it. I'm just feeding the return values directly too the next function. It could all be on one line. Perl ignores whitespace, so I just made it a little prettier.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>