Re: A new golf "Reversi" has started

[email protected] (Ton Hospel) Sun, 23 Nov 2003 16:16:36 +0000 (UTC)
Newsgroups gmane.comp.lang.perl.golf
Organization lunix confusion services
Message-ID <[email protected]>
In article <[email protected]>,
	[email protected] (Ton Hospel) writes:
> The rule seems to be that it starts as 256 as soon as there are 2 or more 
> statements in a program.
> 
Though even in the single statement case things like a regex cause 256:

perl -wle 'print $^H,//'
Use of uninitialized value in pattern match (m//) at -e line 1.
2561