Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Re: Re: Eek! goto?

by pfaut (Priest)
on Feb 12, 2003 at 14:20 UTC ( [id://234682]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Eek! goto?
in thread Eek! goto?

Mine may be fast but it makes some assumptions about the data. It assumes each value in @k is a byte value (between 0 and 255) and that $a, $b, and $c start out at 0. If the first is true but the second isn't, it might still work if the results of the unpack are stored in different variables and added to $a, $b, and $c. But I think BrowserUK said that this is part of some sort of encryption routine so it's quite possible the first assumption is wrong and thus the whole thing falls apart.

--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';

Log In?
Username:
Password:

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

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

    No recent polls found