- or download this
$_= '.' . chr ord
- or download this
$_= '.'.$_
- or download this
${_} = q...q,.,.qq,$=,^q.$..$=;
print ord() . "," foreach(split//);
- or download this
for(s//Just another perl hacker/) {
- or download this
while ($_ ? $, : ($_ = '.' . "$=" ^ '$' . $=, $_ = '.' . chr(ord $_)))
+ {
foreach $_ (s// Just another perl hacker/) {
...
();
}
}
- or download this
$_=".\n";
s//Just another perl hacker/;
while (s/.//) {
print;
}