in reply to What would you do?
And yes, the comment would be mandatory.# set even elements of @list to 'hi'... $_ % 2 or $list[$_] = 'hi' for 0..$#list;
-- Randal L. Schwartz, Perl hacker
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: What would you do?
by jlawrenc (Scribe) on Mar 16, 2001 at 23:02 UTC | |
Re: Re: What would you do?
by Anonymous Monk on Mar 16, 2001 at 04:27 UTC | |
by merlyn (Sage) on Mar 16, 2001 at 04:39 UTC |