Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Concatenating more than one variable in perl

by perlfan (Vicar)
on Jun 19, 2014 at 15:48 UTC ( [id://1090483]=note: print w/replies, xml ) Need Help??


in reply to Concatenating more than one variable in perl

Like so?
use Data::Dumper (); my @foo = @bar = (1, 2, 3); print Data::Dumper::Dumper(\@foo, \@bar);
Update, upon further reflection looks like you may want to look at join or sprintf/printf.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 03:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found