Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

The History of Acme::Bleach and Acme::EyeDrops

by eyepopslikeamosquito (Archbishop)
on Apr 25, 2012 at 07:25 UTC ( [id://967004]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub whiten { local $_ = unpack "b*", pop; tr/01/ \t/; ... }
    
  2. or download this
       my @C = (
          q Z('!'^'!')Z,q Z('('^')')Z,q Z('<'^'>')Z,q Z('>'^'=')Z,
    ...
       push @C, map(join('.', q#'\\\\'#, $C[120],
          map($C[$_], unpack('C*', sprintf('%x', $_)))), 128..255);
       sub ascii_to_sightly { join '.', map($C[$_], unpack('C*', $_[0])) }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://967004]
Approved by moritz
Front-paged by moritz
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found