Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Golf for unique digits

by space_monk (Chaplain)
on Jan 09, 2013 at 11:39 UTC ( [id://1012447]=note: print w/replies, xml ) Need Help??


in reply to Re: Golf for unique digits
in thread Golf for unique digits

Can you save a character by using && instead of and?

A Monk aims to give answers to those who have none, and to learn from those who know more.

Replies are listed 'Best First'.
Re^3: Golf for unique digits
by eyepopslikeamosquito (Archbishop) on Jan 09, 2013 at 20:14 UTC

    perl -E'$y=2013;$c+=$y=~$_ for 0..9;say$c' perl -E'$y=2013;say~~map$y=~$_,0..9'

Re^3: Golf for unique digits
by space_monk (Chaplain) on Jan 09, 2013 at 11:41 UTC
    Yup, just answered my own question and got a birdie
    perl -E '$y=2013;$y=~/$_/&&$c++for 0..9;say$c'
    A Monk aims to give answers to those who have none, and to learn from those who know more.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-25 08:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found