> I am wondering when using XSP is it possible to embed a Perl program > directly into the page without using a taglib?, or must I write a taglib > and use that in the page?
you can use <xsp:logic /> blocks to embed perl code directly. If you can help it, you probably should make it a taglib, as it's more portable. But if you're in like me, and need to whip something out fast (and whip something out alone, on top of that ;), then it may just be easier to write a prototype up with xsp:logic blocks, but ymmv. --d --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
