descending array range
- From: eliyah_kilada@xxxxxxxxxx (Eliyah Kilada)
- Date: Mon, 04 Jul 2005 14:46:55 +0300
Hi,
let
@a = 111011010;
$a[0]=1;
$a[1]=1;
......
I need
@b=@a[8..5].@a[4..0];
how to do that knowing that, as I think, the range operator accepts only ascending arguments ?
Your Help is highly appreciated..
Thanks And Regards,
Eliyah
.
- Follow-Ups:
- RE: descending array range
- From: Charles K. Clarkson
- Re: descending array range
- From: Peter Scott
- RE: descending array range
- References:
- automate rlogin
- From: Eliyah Kilada
- automate rlogin
- Prev by Date: Re: cgi problem
- Next by Date: Re: cgi problem
- Previous by thread: automate rlogin
- Next by thread: Re: descending array range
- Index(es):