#!/usr/bin/perl -w
use strict;@{$$[0]}=qw(a1 a2 31 02 00 ee b4 80 c4 94 00 08 08 41
12 c1 60 28 44 42 0b 10); @{$$[1]}=qw(10 93 91 41 30 00 e4 2e 02
c0 48 40 88 1c 12 82 05 20 34 1a 88 14);for($;=0;$;<2;$;++){for(
@{$$[$;]}){$$[$;+2].=unpack('b8',pack('H2',$_));}$$[$;+2]=~s/([1
0]{7})/$1\t/gx;@{$$[$;]}=split(/\s/,$$[$;+2]);undef$$[$;+2];for(
@{$$[$;]}){push(@{$$[$;+4]},pack('b7',$_));}()}for(0..24){print(
pack('b8',join('',reverse(split(//,unpack('b7',(@{$$[8*0.5]}[$_]
|chr(ord(@{$$[4/2/0.5+1] }[$_])>>1))))))));(0);}print"\n";exit()
--
arneb@emergency:~ > perl -MO=Deparse -e "(0); #Confusing perl..." 2> /dev/null
'???';
arneb@emergency:~ >
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.