Help for this page

Select Code to Download


  1. or download this
    $_ = '=]=>%-{<-|}<&|`{';
    y/ -\/:-@[-`{-}/`-{~" -/;
    
  2. or download this
     -/:-@[-`   --->    `-{~
          {-}   --->    " -
    
  3. or download this
     -/       --->    `-o
    :-@       --->    p-v
    ...
     {        --->    "
     |        --->    space
     }        --->    -
    
  4. or download this
    $_ = '=]=>%-{<-|}<&|`{';
    tr/!-\//a-o/;
    ...
     tr/|/ /;
     tr/}/-/;
    print;