On Mon, 23 Aug 1999, Chuck Freiwald wrote:
> This is perl, built for sun4-solaris. The script worked fine under
> Perl 5.0 but I have to use 5.004_04 because 5.0 has reserve word
> problems with another perl script (Majorcool.pl) I need.
>
> majordomo@dukman> /usr/local/packages/perl5.004_04/bin/perl -c
> majordomo.pl
> /(^|([^\\"]|\\.)+)"([^\\"]|\\.|$)*"?/: regexp *+ operand could be empty
> at majordomo.pl line 519.
>
> The offending line...
> # Nuke anything within quotes. Placate Emacs -------v
> 1 while $temp =~ s/(^|([^\\\"]|\\.)+)\"([^\\\"]|\\.|$)*\"?/$1/g;
You have a broken version of perl. Get the newest version and build it for
your platform.
-----------------------------------------------------------------
Mats Dufberg Mats.Dufberg@abc.se
References:
|
|