|
|
| Come for the quick hacks, stay for the epiphanies. | |
| PerlMonks |
Re^6: Golf: Seven segment displayby locked_user mtve (Deacon) |
| on Jan 29, 2012 at 10:59 UTC ( [id://950563]=note: print w/replies, xml ) | Need Help?? |
|
Cool! Could be shortened by two chars using the same tricks: say map{substr' | |_|_ _ _|',vec('0123456789abcdef',$'.$_,4),3}split!//,"@_"for 0..2
In Section
Seekers of Perl Wisdom
|
|