KW.pm The Schwartzian Transform #5

Basic Sorting

  • Perl has a sort function that takes a list and sorts it

        @sorted = sort @array;
  • Synopsis:

        sort LIST
        sort BLOCK LIST
        sort SUB-NAME LIST

 

<< Previous | Index | Next >> Copyright © 2003 Daniel Allen