Hi,
I am trying to create a new HTML tag to be interpreted by
Embperl as follows: I want
to be replaced with:
I have the following code in a subclass of Embperl::Syntax::HTML which
almost gets me there:
$self->AddTag('epimg', ['width', 'height'], ['src'], undef,
{
>
> epmain.c:906: syntax error before '*' token
> epmain.c:907: `table_entry' undeclared (first use in this function)
This error is fixed in the CVS Version of Embperl
Gerald
--
Gerald Richter ecos electronic communication servi
Dear "wiser than I" EmbPerl fans,
I have been playing around with EmbPerl as a standalone tool, but cannot
seem to coax the critter to work with Apache 2.0.44 and mod_perl 1.99_08.
This is on a RedHat LINUX 8.0 machine, but upgraded to kernel 2.4.20,
running gcc 3.2, and Perl 5.8.0 built from sou