Re: [Perl-unix-users] Method name is keyword

2004-11-30 Thread Gisle Aas
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

Re: [Perl-unix-users] Method name is keyword

2004-11-30 Thread Antoine HUE
$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

Re: [Perl-unix-users] Method name is keyword

2004-11-30 Thread $Bill Luebkert
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