RE: Checking embperl files for correct syntax

2004-12-30 Thread Gerald Richter
Hi, > > I am currently in the process of upgrading from an early > Embperl 2 beta to the latest release candidate. > > The biggest change I notice is that where I had previously > got away with [+ $a; $b +], this is no longer allowed, and > instead I need [+ do {$a; $b} +] > > The change is

Checking embperl files for correct syntax

2004-12-30 Thread Michael Smith
I am currently in the process of upgrading from an early Embperl 2 beta to the latest release candidate. The biggest change I notice is that where I had previously got away with [+ $a; $b +], this is no longer allowed, and instead I need [+ do {$a; $b} +] The change is obviously fairly simple, bu