![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^3: Sort alphabetically from fileby BillKSmith (Monsignor) |
on Jun 14, 2019 at 15:54 UTC ( #11101359=note: print w/replies, xml ) | Need Help?? |
You have just demonstrated why haukex advised you to "post a question effectively". Your problem now has more to do with reading a file than it does with sorting. You must create a filehandle by opening (open) the file and then read from the filehandle with the diamond operatior <> (perlop). All the answers you have received use the special filehandle DATA which is open by default. For additional info on sorting, refer to FAQ How do I sort an array by (anything)?
Bill
In Section
Seekers of Perl Wisdom
|
|