From gmatt at nerc.ac.uk Tue Dec 11 08:19:52 2007 From: gmatt at nerc.ac.uk (Greg Matthews) Date: Tue, 11 Dec 2007 16:19:52 +0000 Subject: [Thamesvalley-pm] generating HTML In-Reply-To: <47178044.7090102@nerc.ac.uk> References: <47178044.7090102@nerc.ac.uk> Message-ID: <475EB8A8.8080102@nerc.ac.uk> This is an old thread, but I just discovered this link which compares various templating techniques. Might be of interest: http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html -- Greg Matthews 01491 692445 Head of UNIX/Linux, iTSS Wallingford -- This message (and any attachments) is for the recipient only. NERC is subject to the Freedom of Information Act 2000 and the contents of this email and any reply you make may be disclosed by NERC unless it is exempt from release under the Act. Any material supplied to NERC may be stored in an electronic records management system. From Rafiq.Ismail at MorganStanley.com Tue Dec 11 08:25:35 2007 From: Rafiq.Ismail at MorganStanley.com (Ismail, Rafiq (IT)) Date: Tue, 11 Dec 2007 16:25:35 -0000 Subject: [Thamesvalley-pm] generating HTML In-Reply-To: <475EB8A8.8080102@nerc.ac.uk> References: <47178044.7090102@nerc.ac.uk> <475EB8A8.8080102@nerc.ac.uk> Message-ID: <0F354FDFECA12647B75F7B154EC382850966E3EA@LNWEXMB58.msad.ms.com> That's why I love HTML::Template. 10 lines of description and 6 lines of examples. So terse. So sweet. :) Rafiq Ismail Morgan Stanley | Technology > -----Original Message----- > From: > thamesvalley-pm-bounces+rafiq.ismail=morganstanley.com at pm.org > [mailto:thamesvalley-pm-bounces+rafiq.ismail=morganstanley.com > @pm.org] On Behalf Of Greg Matthews > Sent: 11 December 2007 16:20 > To: ThamesValley Perl Mongers > Subject: Re: [Thamesvalley-pm] generating HTML > > This is an old thread, but I just discovered this link which > compares various templating techniques. Might be of interest: > > http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html > > -- > Greg Matthews 01491 692445 > Head of UNIX/Linux, iTSS Wallingford > > -- > This message (and any attachments) is for the recipient only. > NERC is subject to the Freedom of Information Act 2000 and > the contents of this email and any reply you make may be > disclosed by NERC unless it is exempt from release under the > Act. Any material supplied to NERC may be stored in an > electronic records management system. > > _______________________________________________ > Thamesvalley-pm mailing list > Thamesvalley-pm at pm.org > http://mail.pm.org/mailman/listinfo/thamesvalley-pm > -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error. From print.crimes at yatterings.com Fri Dec 14 07:27:50 2007 From: print.crimes at yatterings.com (print.crimes at yatterings.com) Date: Fri, 14 Dec 2007 07:27:50 -0800 Subject: [Thamesvalley-pm] Inline::Java Message-ID: <20071214072750.r6tkambgso8wccss@webmail.yatterings.com> Hi, Does anybody know of a good Inline::Java tutorial (preferably one that goes both ways)? I'm trying to do something in Java but Perl handles the necessary data munging so much better. ATB, Iain From Rafiq.Ismail at MorganStanley.com Fri Dec 14 08:24:18 2007 From: Rafiq.Ismail at MorganStanley.com (Ismail, Rafiq (IT)) Date: Fri, 14 Dec 2007 16:24:18 -0000 Subject: [Thamesvalley-pm] Inline::Java In-Reply-To: <20071214072750.r6tkambgso8wccss@webmail.yatterings.com> References: <20071214072750.r6tkambgso8wccss@webmail.yatterings.com> Message-ID: <0F354FDFECA12647B75F7B154EC382850981B645@LNWEXMB58.msad.ms.com> Hi Iain, > -----Original Message----- > Sent: 14 December 2007 15:28 > To: thamesvalley-pm at pm.org > Subject: [Thamesvalley-pm] Inline::Java > > Hi, > > Does anybody know of a good Inline::Java tutorial (preferably > one that goes both ways)? > > I'm trying to do something in Java but Perl handles the > necessary data munging so much better. You might want to try the inline list: inline at perl.org (http://lists.cpan.org/) The perldocs are sufficient to get started. Check out the Inline::Java::Interpreter pod to get started. Raf -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.