Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Token Abuse Japh

by chargrill (Parson)
on Feb 10, 2006 at 21:15 UTC ( [id://529472]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
                                                                          
    +          
    ...
                                                                          
    +          
    print $ "," 
    "
    
  2. or download this
    $= = '_' eq '_';
    $- = () = ('(', ')');
    ...
    $/ = $/ >> $= || $* * $-;
    $/ = $/ & ~$* / $- and goto _;
    print $", "\n";
    
  3. or download this
    $= = '_' eq '_';
    
  4. or download this
    $- = () = ('(',')');
    
  5. or download this
    $* = $- * $- * $-;
    
  6. or download this
    $/ = $- + $*;
    
  7. or download this
    _: $" .= chr $/ + $* ** $-;
    
  8. or download this
    $/ = $/ >> $= || $* * $-;
    
  9. or download this
    $/ = $/ &  ~$*  / $-  and goto _;
    
  10. or download this
    print $", "\n";
    
  11. or download this
    $/  =  q#(\w)#  ;  sub  sig { print scalar reverse  join  ' ',  @_  } 
    + sig
    map { s$\$/\$/$\$2\$1$g && $_ } split( ' ', ",erckha rlPe erthnoa stJu
    +" );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-24 05:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found