Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: a poem

by jdalbec (Deacon)
on Jan 07, 2006 at 03:17 UTC ( [id://521686]=note: print w/replies, xml ) Need Help??


in reply to Re^3: a poem
in thread a poem

Only mildly obfuscated, but...
#! /usr/bin/perl use strict; use warnings; $a = 'eintsrahgldmfopv'; ($b = join '', ('a'..'z')) =~ s/[$a]//g; eval "(\$b = \$a) =~ y/a-z/$a$b/"; @_ = split //, qq($a, $b); print @_[22,33,18,28,17,6,2,13,3,7,24,30,17,31,0,5,9,17,25,26,23,21,24 +,5,16];

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-19 17:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found