will the iterator variable be available in map, grep, join...etc... I was also wondering if the join syntax be extended in a way that it can support preffix and suffix... what i have in mind ... not necesary but : #pair join ($prefix => $suffix), @ary; so : my $select = join (qq{<option value="$_">} => '</option>'), @ary; or is better to stay like this : my $select; map { $select .= qq{<option value="$_">$_</option>} } @ary; ===== iVAN [EMAIL PROTECTED] =====
- Re: LangSpec: Statements and Blocks Davíð Helgason
- Re: LangSpec: Statements and Blocks Bryan C . Warnock
- Re: LangSpec: Statements and Blocks Damian Conway
- Re: LangSpec: Statements and Blocks Bryan C . Warnock
- Re: LangSpec: Statements and Blocks Damian Conway
- Re: LangSpec: Statements and Blocks Bryan C . Warnock
- Re: LangSpec: Statements and Blocks Damian Conway
- Re: LangSpec: Statements and Blocks Bryan C . Warnock
- Re: LangSpec: Statements and Blocks Randal L. Schwartz
- Re: LangSpec: Statements and Blocks Bryan C . Warnock
- Re: LangSpec: Statements and Blocks raptor
- Re: LangSpec: Statements and Blocks Bryan C . Warnock
- Re: LangSpec: Statements and Blocks Jonathan Scott Duff