- or download this
use strict;
...
@; = join /\n/ , split map { ucfirst } split;
~ ~ ~ ~ print qq º Just Anothe\r Pe\rl Hacke\r º;
- or download this
use strict;
...
@; = join /\n/ , split map { ucfirst } split;
~ ~ ~ ~ print "Just Anothe\r Pe\rl Hacke\r";
- 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";
- or download this
use strict;
...
@; = join /\n/ , split map { ucfirst } split;
print "Just Anothe\r Pe\rl Hacke\r";
- or download this
use strict;
$\ = "Just Another Perl Hacker";
print "Just Anothe\r Pe\rl Hacke\r";
- or download this
use strict;
$\ = "Just Another Perl Hacker";
print "";