Jeff wrote:
>
> Clinton A Pierce wrote:
> >
> > I'm not at a system where diff/patch runs, but here's a fix for you. In
> > _string_constant you're trying to expand \n and friends with:
> >
> > $constant = eval "qq($constant)";
> >
> > This breaks if the token ) appears in $constant. Ch
Clinton A Pierce wrote:
>
> I'm not at a system where diff/patch runs, but here's a fix for you. In
> _string_constant you're trying to expand \n and friends with:
>
> $constant = eval "qq($constant)";
>
> This breaks if the token ) appears in $constant. Changing () to anything
> else
I'm not at a system where diff/patch runs, but here's a fix for you. In
_string_constant you're trying to expand \n and friends with:
$constant = eval "qq($constant)";
This breaks if the token ) appears in $constant. Changing () to anything
else breaks if that anything else is in the