Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Period vs. Comma concatenation and reference material for it

by count0 (Friar)
on Jan 23, 2002 at 20:22 UTC ( [id://140922]=note: print w/replies, xml ) Need Help??


in reply to Period vs. Comma concatenation and reference material for it

I think it's important to note here that a comma *does not* concatenate.
print() accepts a list, which is what you were giving it.
It is my assumption that the '.' forces the variable to be printed in a scalar context instead of as a list.
Bingo =)
The dot operator concatinates two strings
A string is a scalar. You tried to concat a string ("\n") with a list, which is not possible. So Perl took the liberty of putting @array in its scalar context.

Log In?
Username:
Password:

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

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

    No recent polls found