Re: OO Perl, iterators
- From: "A. Sinan Unur" <1usa@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Oct 2005 12:41:46 GMT
anno4000@xxxxxxxxxxxxxxxxxxxxxxx (Anno Siegel) wrote in
news:dk4s2t$e6r$1@xxxxxxxxxxxxxxxxxxxxxxxxx:
> my $i_th = @answers[ $i];
Just a quick correction: @answers[$i] is an array slice; ITYM:
my $i_th = $answers[ $i];
;-)
Sinan
--
A. Sinan Unur <1usa@xxxxxxxxxxxxxxxxxxx>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
.
- Follow-Ups:
- Re: OO Perl, iterators
- From: Anno Siegel
- Re: OO Perl, iterators
- References:
- OO Perl, iterators
- From: Gregory Toomey
- Re: OO Perl, iterators
- From: Anno Siegel
- OO Perl, iterators
- Prev by Date: Re: OO Perl, iterators
- Next by Date: Re: Generate png thumbnail
- Previous by thread: Re: OO Perl, iterators
- Next by thread: Re: OO Perl, iterators
- Index(es):
Relevant Pages
|
|