RE: Semicolons: where they're needed

2002-02-27 Thread Garrett Goebel
From: Brent Dax [mailto:[EMAIL PROTECTED]] > Garrett Goebel: > # Larry Wall in Apocalypse 4 writes: > # > this special rule only applies to constructs that take a > # > block (that is, a closure) as their last (or only) argument. > # > Operators like sort and map are unaffected. However, certain >

RE: Semicolons: where they're needed

2002-02-27 Thread Brent Dax
Garrett Goebel: # Larry Wall in Apocalypse 4 writes: # > this special rule only applies to constructs that take a # > block (that is, a closure) as their last (or only) argument. # > Operators like sort and map are unaffected. However, certain # > constructs that used to be in the statement class

Semicolons: where they're needed

2002-02-27 Thread Garrett Goebel
Larry Wall in Apocalypse 4 writes: > this special rule only applies to constructs that take a > block (that is, a closure) as their last (or only) argument. > Operators like sort and map are unaffected. However, certain > constructs that used to be in the statement class may become > expression co