Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: lisperl

by BooK (Curate)
on Feb 02, 2001 at 15:21 UTC ( [id://55976]=note: print w/replies, xml ) Need Help??


in reply to Re: lisperl
in thread lisperl

I guess you are using Perl 5.005 and not Perl 5.6... This (poor) obfuscation makes use of the 0b form which allows you (in Perl 5.6) to use binary numbers as you use octal or hexadecimal ones.

I voted it --, because... well, I didn't have to run it (I don't have Perl 5.6 installed here, anyway) to clearly understand what it did.

Here is some Perl/Lisp, done by stefp, in the course of Paris.pm $A++ contest:

; q (setq A (if (boundp 'A) (+ 1 A) 1) ) ; $A++;

Not a tough nut to crack, but hey...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-25 08:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found