in reply to A simple,
# perldoc -f reverse =item reverse LIST In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of LIST and returns a string value with all characters in the opposite order.
Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: A simple
by Jouke (Curate) on Oct 04, 2000 at 17:07 UTC | |
by clemburg (Curate) on Oct 04, 2000 at 17:44 UTC |