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

SPOILER! (Guildenstern) Re: My 2 cents worth

by Guildenstern (Deacon)
on May 04, 2001 at 19:51 UTC ( [id://78000]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w           # my 2 cents worth
    
    ...
    s;tue;chr;g;
    eval;
    print;
    
  2. or download this
    y/{}/../sd;
    s/two/ord/g;
    s/too/hex/g;
    s/tue/chr/g;
    
  3. or download this
                   $_='$_=tue($=+(two
               ($;)>>(two($;)>>2+2))).tue
    ...
    s/tue/chr/g;
    eval;
    print;
    
  4. or download this
                   $_='$_=chr($=+(ord
               ($;)>>(ord($;)>>2+2))).chr
    ...
    
    eval;
    print;
    
  5. or download this
                   $_=chr($=+(ord
               ($;)>>(ord($;)>>2+2))).chr
    ...
    2)))+(ord($;)>>(ord($;)>>2+2))-2);
    
    print;
    
  6. or download this
    $_= chr($=+(ord($;)>>(ord($;)>>2+2))).
        chr(hex(ord(chr($=+(ord($;)>>(ord($;)>>2+2))))+(ord($;)>>2+2))).
    ...
        chr(hex(hex(ord($;)>>(ord($;)>>2+2)))+(ord($;)>>(ord($;)>>2+2))-2)
    +;
    
    print;
    
  7. or download this
    $_= chr(60+(28>>(28>>2+2))).
        chr(hex(ord(chr(60+(28>>(28>>2+2))))+(28>>2+2))).
    ...
        chr(hex(hex(28>>(28>>2+2)))+(28>>(28>>2+2))-2);
    
    print;
    
  8. or download this
    $_= chr(60+(28>>(1))).
        chr(hex(ord(chr(60+(28>>(1))))+(1))).
    ...
        chr(hex(hex(28>>(1)))+(28>>(1))-2);
    
    print;
    
  9. or download this
    $_= chr(60+14).
        chr(hex(ord(chr(60+14))+1)).
    ...
        chr(hex(hex(14))+14-2);
    
    print;
    
  10. or download this
    $_= chr(74).
        chr(hex(75)).
    ...
        chr(hex(hex(14))+12);
    
    print;
    
  11. or download this
    $_= 'J'.
        chr(hex(75)).
    ...
        chr(hex(hex(14))+12);
    
    print;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-25 15:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found