in reply to Re^2: HOW Can I pass the array into my subroutine?
in thread HOW Can I pass the array into my subroutine?

note that sort does exactly what quick sort does (for some versions of Perl anyway). Unless you are doing this as a learning exercise Perl's built in sort is generally a much better choice than rolling your own.


DWIM is Perl's answer to Gödel
  • Comment on Re^3: HOW Can I pass the array into my subroutine?