Andy --

Thanks. That was a strange one. No complaint by my Perl, even with
"use warnings 'all';", but its definitely a typo (and now fixed, too).


Regards,

-- Gregor

On Mon, 2003-09-22 at 06:21, Andy Dougherty wrote:
> On Thu, 18 Sep 2003, Gregor N. Purdy wrote:
> 
> > Andy --
> >
> > I didn't see anything wrong in the code, but I added some parens.
> >
> > Let me know if you still have trouble...
> 
> Yup, still the same problem.  Here's the line in question:
> 
> > > Can't modify subroutine entry in scalar assignment at lib/Jako/Symbol.pm
> > > line 83, near "'arg';"
> 
> sub is_variable { my $self = shift; return ($self->kind eq 'var') or
> ($self->kind = 'arg'); }
> 
> It's the ($self->kind = 'arg') assignment that's illegal under 5.00503.
-- 
Gregor Purdy                            [EMAIL PROTECTED]
Focus Research, Inc.               http://www.focusresearch.com/

Reply via email to