Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Homework Golf (35)

by Grimy (Pilgrim)
on Dec 06, 2013 at 09:14 UTC ( [id://1065935]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #23456789_123456789_123456789_123456789_12
    perl -nlE'65^unpack"%c*","?"x30&uc or say'
    
  2. or download this
    #23456789_123456789_123456789_123456789_1
    perl -ple'$_ x=65==unpack"%c*","?"x30&uc'
    
  3. or download this
    #23456789_123456789_123456789_123456789_
    perl -pe'$_ x=75=~unpack"%c*","?"x30&uc'
    
  4. or download this
    #23456789_123456789_123456789_1234
    perl -ple'$_ x=1==unpack"%6c*",uc'
    perl -pe'$_ x=11==unpack"%6c*",uc'
    
  5. or download this
    #23456789_123456789_123456789_1
    perl -ple'$_ x=1==unpack"%5c*"'
    perl -pe'$_ x=11==unpack"%5c*"'
    perl -nlE'1^unpack"%5c*"or say'
    perl -nE'11^unpack"%5c*"or say'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (11)
As of 2024-04-18 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found