in reply to Perl objects and code references

# Try just getting rid of the \&s. Or, put every $self->something into {}s.

Replies are listed 'Best First'.
(stephen) Re: Re: Perl objects and code references
by stephen (Priest) on Apr 23, 2001 at 07:32 UTC
    I'm afraid that getting rid of the \&'s would result in mallet passing the return values from calling those subroutines to XML::Parser. And putting the code into brackets would do something similar. The result would still be a 'Not a CODE reference'. (Tried it.)

    stephen