Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Format and Join an Array in a Template

by si_lence (Deacon)
on Jun 19, 2009 at 16:19 UTC ( [id://773073]=note: print w/replies, xml ) Need Help??


in reply to Format and Join an Array in a Template

One way of doing it:
my @out = join (",\n", (map {".$_($_)"} (@myarray)));
cheers

si_lence

Replies are listed 'Best First'.
Re^2: Format and Join an Array in a Template
by mscharrer (Hermit) on Jun 19, 2009 at 16:25 UTC
    Thanks, but I know the Perl code to do it. I was looking for the Template code which I can use inside a template file.

      oops, misread your question. sorry!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-20 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found