Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Homework Golf (35)

by BrowserUk (Patriarch)
on Dec 04, 2013 at 23:55 UTC ( [id://1065677]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #23456789_123456789_123456789_123456789_123456
    #         123456789_123456789_123456789_12345
    perl -nlE"unpack('%c*',$_&chr(31)x30)-65||say" words.txt
    
  2. or download this
    #23456789_123456789_123456789_123456789_12345
    #         123456789_123456789_123456789_1234
    perl -nlE'unpack("%c*",$_&"\x1f"x30)-65||say' words.txt
    
  3. or download this
    #23456789_123456789_123456789_123456789_12345
    #         123456789_123456789_123456789_1234
    perl -nlE'unpack("%c*",$_&"\c_"x30)-65||say' words.txt
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-26 05:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found