home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!airgun!starr@wg2.waii.com
- From: rfs@se28.wg2.waii.com (Robert Starr)
- Newsgroups: comp.lang.perl
- Subject: Perl range operator
- Keywords: range
- Message-ID: <1992Dec30.131700@se28.wg2.waii.com>
- Date: 30 Dec 92 19:17:00 GMT
- Sender: news@airgun.wg.waii.com
- Reply-To: starr@wg2.waii.com
- Organization: Western Geophysical
- Lines: 9
- Nntp-Posting-Host: se28.wg2.waii.com
-
- In some recent work I was doing, I noticed the following:
-
- @x = (10..1);
-
- doesn't generate the range 10 -> 1, as one might expect. Is there a
- reason it doesn't work this way?
-
- --
- | RF Starr (starr@wg2.waii.com) | Western Geophysical | Opinions R mine! |
-