in reply to
Re: list array
in thread
list array
Inhowfar is that simpler? It loops over
@allfiles
just like the other solutions, but it calls
print
repeatedly, once per array element. The other solutions do not.
Makeshifts last the longest.
Comment on
Re^2: list array
Replies are listed 'Best First'.
Re: Re^2: list array
by
djantzen
(Priest)
on Feb 19, 2003 at 06:33 UTC
Conceptually simpler. A newbie probably shouldn't be using
map
to do this sort of thing.
"The dead do not recognize context" -- Kai,
Lexx
[reply]
Re^4: list array
by
Aristotle
(Chancellor)
on Feb 19, 2003 at 07:05 UTC
He'll forever stay a newbie if "protected" and not exposed to it.
Makeshifts last the longest.
[reply]
In Section
Seekers of Perl Wisdom