Hi,
>
> Perhaps the following question only derives from a basic misunderstanding
> by a poor perlOO newby. If so I beg your pardon!
>
... ok, it's really an OO question, not an Embperl one :-)
>
> ------------------------------->8----(page2.epl)---------------------
> [!
>
> sub new
> {
> my $self = shift ;
>
# Here you have to call the new method of the base class, otherwise
# it is never called and can't do it's initialisation
$self -> SUPER::new ;
> # here we overwrite the new method form base.htm
> # $self -> {fontsize} = 5 ;
> # $self -> {fontcolor} = "green" ;
> $self -> {test} = "blafasel" ;
> }
>
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925151
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]