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

Re: Challenge: Reading Banner Text

by TomDLux (Vicar)
on Aug 26, 2010 at 17:27 UTC ( [id://857518]=note: print w/replies, xml ) Need Help??


in reply to Challenge: Reading Banner Text

My preference was to generate each character, one by one, split the seven lines and use them as a 7-dimensional hash key leading to the resultant character. I would simply got through all 255 characters of ASCII. Of course, if they can use Unicode, you have a problem.

Then read the file, 7 lines at a time, get 8 character wide substrings from each line, and look up the corresponding character.

As Occam said: Entia non sunt multiplicanda praeter necessitatem.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-24 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found