in reply to
Syntax question with
furthur,
map {1e1,2} @foo
is a syntax error, whereas
map {1e+1,2} @foo
and
map {1.0,2} @foo
work
Comment on
Re: Syntax question with
Select
or
Download
Code
In Section
Seekers of Perl Wisdom