Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

old obfu tricks revealed

by Felonious (Chaplain)
on Jun 17, 2005 at 04:02 UTC ( [id://467548]=obfuscated: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # a little tricky
    print "\ntrick one\n";
    ...
    print "\ntrick four\n";
    sub'x{print "x called\n"}
    x;
    
  2. or download this
    sub _ { print "perl "; ::->() }
    sub :: { print "hacker\n"}
    sub ::1 { _ print  "another "}
    sub ::0 { print "just " }
    1->(%1->());
    
  3. or download this
    sub :: { print "hacker\n"}
    sub _ { print "perl "; ::->() }
    sub ::1 { _ print  "another "}
    sub ::0 { print "just " }
    1->(%1->());
    

Log In?
Username:
Password:

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

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

    No recent polls found