in reply to reverse a list of string

Hmm, that sounds an awful lot like the end of chapter questions in Learning Perl.

Chris Saylor

Replies are listed 'Best First'.
Re: Re: reverse a list of string
by cwsaylor (Acolyte) on Feb 17, 2001 at 03:32 UTC
    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