Re: Passing Hash values as Objects in Inline::Java

2003-10-07 Thread Ludovic Dubost
OTECTED] From: "Ludovic Dubost" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Passing Hash values as Objects in Inline::Java Date: Mon, 06 Oct 2003 19:37:20 +0200 Hi, I'm trying to use Inline::Java to use the Perl Template Toolkit (http://www.template-toolkit.org/) f

Re: Passing Hash values as Objects in Inline::Java

2003-10-06 Thread Patrick LeBoutillier
strict 'refs'" and &{$val}) or whatever. This way your data never leaves Perl and will be exactly the way template-toolkit wants it. Good luck, Patrick -- | Patrick LeBoutillier | [EMAIL PROTECTED] From: "Ludovic Dubost" <[EMAIL

Passing Hash values as Objects in Inline::Java

2003-10-06 Thread Ludovic Dubost
Hi, I'm trying to use Inline::Java to use the Perl Template Toolkit (http://www.template-toolkit.org/) from Java.. But I'm having little problems with communicating Hashtables to perl. The way things work in the template toolkit is that you pass to templates a perl Hash that contains a lot of