in reply to Re: quicksort implementation
in thread quicksort implementation

hello flexvault I was trying to implement this one as our perl destro doesnt have in build sort thanks

Replies are listed 'Best First'.
Re^3: quicksort implementation
by davido (Cardinal) on Oct 05, 2011 at 17:18 UTC

    What? So if you say perl -e 'print qq/$_\n/ for sort qw/c a d b n f/' what do you get?


    Dave

      its a totally skewed distro i dont have sort -ram(haent logged in)

        Since you can't run my previous snippet, why don't you do this, and post the results for us to gawk at:

        perl -V

        It would at least nourish my curiosity.


        Dave

        I've never seen such a strange error message. Are you sure it is Perl at all?
Re^3: quicksort implementation
by choroba (Cardinal) on Oct 05, 2011 at 16:02 UTC
    What kind of Perl do you have?!