Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Golf Do-s and Don't-s

by Anonymous Monk
on Mar 09, 2005 at 10:03 UTC ( #437837=note: print w/replies, xml ) Need Help??


in reply to Re: Golf Do-s and Don't-s
in thread Golf Do-s and Don't-s

Is there anything shorter than join'',?

It depends. This:

$"="";"@_"
is one character more than
join"",@_
but if you have to do two joins,
$"="";"@a";"@b"
is shorter than
join"","@a";join"","@b"

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others about the Monastery: (3)
As of 2023-09-30 13:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?