in reply to Re^3: Multiple file input into a perl script
in thread Multiple file input into a perl script

Sorting would be very useful, only I want to be able to sort the input files before I use their input- can I use the sort function on  @ARGV=glob $mypattern?

Replies are listed 'Best First'.
Re^5: Multiple file input into a perl script
by Corion (Patriarch) on Sep 30, 2008 at 20:33 UTC

    What happened when you tried it?