Re: [SPOILER] Perl Quiz of the Week #24 (Turing Machine simulation)
Mark Jason Dominus <[email protected]> Fri, 17 Sep 2004 10:48:46 -0400
| Newsgroups | gmane.comp.lang.perl.qotw.discuss |
|---|---|
| Message-ID | <[email protected]> |
On Sep 17, 2004, at 10:36 AM, Tor Fuglerud wrote:
> while (<I>) {
> @p = split;
> $s = $p[0] if !$s;
I gleefully point out that this fails the spec if the initial state is
named '0'.