Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Simple iteration problem

by Eimi Metamorphoumai (Deacon)
on Nov 29, 2007 at 17:16 UTC ( [id://653917]=note: print w/replies, xml ) Need Help??


in reply to Re: Simple iteration problem
in thread Simple iteration problem

Actually, @tab inside a string interpolates to the contents of the array, separated by $" (a single space by default). For instance,
my @tab = (3,7); print "@tab\n";
will print "3 7". Try it yourself.

Log In?
Username:
Password:

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

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

    No recent polls found