Hello!

Thanks for answering.
 

> > > Error in Perl code: (in cleanup) Can't call method "app" on an
> > > undefined value at /usr/local/lib/perl/5.8.3/Embperl/Util.pm line
107
> > >
> >
> Looks like either your base.htm or your actual page is changing the
> @ISA.
I don't touch @ISA intentionally.
> 
> > If this isn't the case, please provide us a small test page, so we
can
> see
> > what you do.
 
 base.htm (EMBPERL_OBJECT_BASE):
 
        <html>
        <head>
        <title>Embperl test</title>
        </head>
        <body>
        <h1>Embperl test</h1>
        [- Execute ('*'); -]
        </body>
        </html>
 
 index.html:
        [- @env_keys = sort keys(%ENV); -]
        <table border="0">
                <tr>
                        <td>[+ $env_keys[$row] <td> [+
$ENV{$env_keys[$row]} +]
                </tr>
        </table>
 
 
Regards,
Fabian Aichele


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to