Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: puts vs say

by Your Mother (Archbishop)
on Feb 13, 2021 at 07:48 UTC ( [id://11128323]=note: print w/replies, xml ) Need Help??


in reply to Re: puts vs say
in thread puts vs say

For me it’s preferable to print 90% of the time. One example in particular comes to mind–

say join ", ", @some_bunch_of_stuff; # vs this which I find incredibly annoying– print join(", ", @some_bunch_of_stuff), "\n";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 03:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found