in reply to Re^2: Classic Sort Algorithm
in thread Classic Sort Algorithm
This in part depends on what you mean by "text file". Are you using a text file with one or more white space characters between fields, a colon delimited file (or some variation), or a full-blown CSV file?
Something as simple as split may work for you. You may want to look at Text::CSV or even something like DBD::Any.
|
|---|