in reply to Perl Sorting One Liner

I am knew to perl, and I am not sure where to begin. Is there a way to do this using a "one-liner", if not may you please help me develop a way to do this. Thank you very much!

Start with perlintro, perlfaq, and employ Basic debugging checklist , brian's Guide to Solving Any Perl Problem, CGI Help Guide , Troubleshooting Perl CGI scripts

Also Tutorials: Perl documentation documentation, Searching Perl Documentation

Replies are listed 'Best First'.
Re^2: Perl Sorting One Liner
by educated_foo (Vicar) on May 07, 2013 at 14:08 UTC
    What part of this boilerplate response is relevant to the OP's question?
    Just another Perler interested in Algol Programming.

      What part of this boilerplate response is relevant to the OP's question?

      Every single part :)
      a place to begin
      figuring out what the oneliner does
      turning the oneliner into a multiliner
      a place to begin when you're stuck