Re: RFC 181 (v1) Formats out of core / New format syntax

[email protected] (Bart Lateur) Mon, 18 Sep 2000 13:49:25 +0200
Newsgroups perl.perl6.language.io
Organization MediaMind
Message-ID <[email protected]>
On Mon, 18 Sep 2000 10:57:49 +0200, H.Merijn Brand wrote:

>perl5 formats do NOT support lexicals

Eh? It looks like it, though.

	my $foo;
	format STDOUT =
	@>>>>>>>
	$foo
	.

	$foo = 123;
	write;
	$foo = 45;
	write;

It looks *so much* that way, that I think you must be wrong.

-- 
	Bart.