[Zope-Perl] Perl and Aquisition?

Robin Smidsrod robin@etools.no
Wed, 13 Feb 2002 16:19:26 +0100 (CET)


How is the correct way to reference an object on a higher level in
Zope-perl?

Look at this example:

/SQL/SQL_Method
/page/perlEM_requesting_SQL_Method


I would presume $self->{SQL}->{SQL_Method}->names is the proper way to get
the columns of SQL_Method, but this doesn't work.
If I move the perlEM to / it works.

What's the trick?

-- Robin