Help for this page

Select Code to Download


  1. or download this
    $_='Just';
    $_='"...erxpnU;yerC;erugban;gfhW"gavec';
    
  2. or download this
    $-='another Perl';
    
  3. or download this
    y/\\abcdefghijklmnopqrstuvwxyz ;
    /'nopqrstuvwxyzabcdefghijklm                    /;
    
  4. or download this
    $-='Hacker'; #again, this is just filler
    y/!!ABCDEFGHIJKLMNOPQRSTUVWXYZ       ;
    /''NOPQRSTUVWXYZABCDEFGHIJKLM /;  #here's that translation I spoke of
    
  5. or download this
    eval reverse  $_;
    
  6. or download this
    ''.''.''.''.''.'print "Just another Perl Hacker"';