Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Push and list context

by Mugatu (Monk)
on Mar 14, 2005 at 23:28 UTC ( [id://439497]=note: print w/replies, xml ) Need Help??


in reply to Push and list context

If I understand you correctly, this would be the preferred way:

push @out, join " ", reverse @array;

Or, to mimic the example more exactly:

push @out, join $", reverse @array;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-03-19 04:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found