On Mon, 17 Feb 2003 at 10:26, Peter Kappus opined: [snip] PK:which would create and send the image tag for me. PK:I'd like, in perl, to do the following: PK: PK:print<<eob; PK: <table border="0"> PK: <TR> PK: <TD><?spacer(10,50)?></TD> PK: </TR> PK: </TABLE> PK:eob PK: PK:Ideally, I would overload the print function so that it would search for PK:statements between <??> delimeters and execute them. [snip]
you probably want to look at mason: http://search.cpan.org/author/DROLSKY/HTML-Mason-1.18/lib/HTML/Mason.pm -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]