Re: Shortest non-numeric Perl expression for each number

[email protected] (Ton Hospel) Thu, 11 Mar 2004 08:25:45 +0000 (UTC)
Newsgroups gmane.comp.lang.perl.golf
Organization lunix confusion services
Message-ID <[email protected]>
For a good average:

$X[0]  = $a;
$X[1]  = //;
$X[2]  = $^F++;
$X[3]  = $^F++;
$X[4]  = $^F++;
$X[5]  = $^F++;
$X[6]  = $^F++;
$X[6]  = $^F++;
...
$X[60] = $=++;
$X[61] = $=++;
...

:-)