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

Maybe you want to sort your output? You don't tell us in what order you want it sorted, so I'm going to recommend tye's [ Natural Sort ]: Sorting a string with numbers.

  • Comment on Re^3: Multiple file input into a perl script

Replies are listed 'Best First'.
Re^4: Multiple file input into a perl script
by kelder (Novice) on Sep 30, 2008 at 20:25 UTC
    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?

      What happened when you tried it?