On Tue, Mar 25, 2014 at 04:23:54AM -0700, Ed Avis wrote: > Please allow an empty BLOCK to occur before a subroutine > definition, just as an empty BLOCK can occur elsewhere in a program. Can you give an example of such an empty block not being a syntax error? All these are syntax errors: { } my $x; { } $x = 1; { } foo(); -- Diplomacy is telling someone to go to hell in such a way that they'll look forward to the tripThread Previous | Thread Next