Antoine HUE <[EMAIL PROTECTED]> writes:
> >Don't follow - can you put that in context with a small complete test case
> >and indicate what error you are getting.
> >
> >
> Actually, I am using XML::Generator to produce some XML. This module
> is using the AUTOLOAD to create any kind of XML element
$Bill Luebkert wrote:
Antoine HUE wrote:
Hello,
is it possible to tell PERL to avoid interpreting method names as a key
word?
Example:
$ref->scalar()
PERL will see scalar as a key word and is thus not able to compile.
Don't follow - can you put that in context with a small complete test ca
Antoine HUE wrote:
> Hello,
> is it possible to tell PERL to avoid interpreting method names as a key
> word?
> Example:
> $ref->scalar()
> PERL will see scalar as a key word and is thus not able to compile.
Don't follow - can you put that in context with a small complete test case
and indicate