[comp.lang.perl] What is the empty statement?

colin@array.UUCP (Colin Plumb) (07/05/90)

why doesn't

while(expr);

work?  Isn't

;

a simple statement?  I don't think it's a compound statement or a declaration.
-- 
	-Colin