NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: reverse a list of string
by merlyn (Sage) on Feb 17, 2001 at 02:15 UTC
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: reverse a list of string
by cwsaylor (Acolyte) on Feb 17, 2001 at 02:23 UTC
    Hmm, that sounds an awful lot like the end of chapter questions in Learning Perl.

    Chris Saylor

      Yup, I just got home and was able to check it. That question is almost verbatim from Chapter 3: Arrays and List Data, Exercise 1. Your teacher must have added the "without using reverse" so you can't use the answer in the back of the book.

      It's nice to see teachers using Perl to teach programming.

      Chris Saylor