On Fri, 27 May 2005 11:59:20 +0200, Martijn Houtman wrote: ># syntax error, near "{^" >File 'Disdax Mirror HD:Applications (Mac OS 9):MacPerl Ÿ:lib:warnings.pm'; >Line 306 ># syntax error, near "{^" >File 'Disdax Mirror HD:Applications (Mac OS 9):MacPerl Ÿ:lib:warnings.pm'; >Line 311
The errors seem to be in this module. Did something change, like this module getting corrupt? Anyway, the lines 306 and 311 appear to be: my $mask = ${^WARNING_BITS} ; ${^WARNING_BITS} = $mask | bits(@_ ? @_ : 'all') ; Or, do you have two perl versions on your system, and it's using the wrong (old) one? -- Bart.