> > When I do this, it appears as if it is not even processing the [* *] > sections.
Embperl subs must be defined before they are used in 1.3.4 (this isn't necessary in 2.0 anymore), which is not the case in your example. When you move the sub before the call of the sub it should work. > Does it matter that I'm using EmbperlObject? No >From your other mail: > (namely one that lets me > write the html without extra \'s and perl print OUT statements) Looks like you should set optRawInput in EMBPERL_OPTIONS. If this is not possible, you will need the \. Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]