Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    @; = join /\n/ , split map { ucfirst } split;
    
    ~ ~ ~ ~ print qq º Just Anothe\r Pe\rl Hacke\r º;
    
  2. or download this
    use strict;
    
    ...
    @; = join /\n/ , split map { ucfirst } split;
    
    ~ ~ ~ ~ print "Just Anothe\r Pe\rl Hacke\r";
    
  3. or download this
    $\ = $, = $; = ~ join ~ "\n", ~ ~ ~ reverse join ' ', qw(rekcaH lreP r
    +ehtonA tsuJ);
    
    ...
    # an even number of XOR is a no-op
    
    $\ = $, = $; = "Just Another Perl Hacker";
    
  4. or download this
    use strict;
    
    ...
    @; = join /\n/ , split map { ucfirst } split;
    
    print "Just Anothe\r Pe\rl Hacke\r";
    
  5. or download this
    use strict;
    
    $\ = "Just Another Perl Hacker";
    
    print "Just Anothe\r Pe\rl Hacke\r";
    
  6. or download this
    use strict;
    
    $\ = "Just Another Perl Hacker";
    
    print "";