On Sat, Sep 08, 2001 at 09:45:09PM -0700, Sean 'Shaleh' Perry wrote:

> > Unquoted string "supported" may clash with future reserved word at (eval 
> > 112)
> > line 1.
> > Operator or semicolon missing before &supported at (eval 112) line 1.
> > Ambiguous use of & resolved as operator & at (eval 112) line 1.
> > Unquoted string "supported" may clash with future reserved word at (eval 
> > 115)
> > line 1.
> > Operator or semicolon missing before &supported at (eval 115) line 1.
> > Ambiguous use of & resolved as operator & at (eval 115) line 1.
> 
> I can not find the word 'supported' anywhere in the source.  Colour me
> confused.

If you can reproduce this running under the Perl debugger, it should be
possible to find out what is being evaluated when this warning is printed.
It's likely part of some Perl module.

-- 
 - mdz

Reply via email to