Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Things I Don't Use in Perl

by danmcb (Monk)
on Aug 23, 2005 at 18:46 UTC ( [id://485990]=note: print w/replies, xml ) Need Help??


in reply to Re: Things I Don't Use in Perl
in thread Things I Don't Use in Perl

Almost. Map returns an array, which a foreach doesn't AFAIK. So you can get some useful behaviour with:

join "\n", map{$_->someFunction()} @a;

Replies are listed 'Best First'.
Re^3: Things I Don't Use in Perl
by Anonymous Monk on Aug 24, 2005 at 00:10 UTC
    Map returns a list

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://485990]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-24 12:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found