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
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