Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Alex] Passing a hash or a hash ref to template

Quote Reply
Re: [Alex] Passing a hash or a hash ref to template In reply to
Hi,

but I need something else, for example

$Object1 = { Name => 'aa', Description => 'bb'}
$Object2 = { Name => 'cc', Content => 'dd'}

and the result of teplate parsing must be:

Name1: aa, Name2: cc, Description: bb, Content: dd

(template is: Name1: <%???%>, Name2: <%???%>, Description: <%???%>, Content: <%???%>)

How can I do it?
Subject Author Views Date
Thread Passing a hash or a hash ref to template svalera 2735 Jan 25, 2002, 5:51 AM
Thread Re: [svalera] Passing a hash or a hash ref to template
Paul 2665 Jan 25, 2002, 5:55 AM
Thread Re: [RedRum] Passing a hash or a hash ref to template
svalera 2649 Jan 25, 2002, 6:08 AM
Thread Re: [svalera] Passing a hash or a hash ref to template
Alex 2647 Jan 25, 2002, 12:46 PM
Thread Re: [Alex] Passing a hash or a hash ref to template
svalera 2685 Jan 25, 2002, 1:39 PM
Thread Re: [svalera] Passing a hash or a hash ref to template
Alex 2664 Jan 25, 2002, 3:51 PM
Thread Re: [Alex] Passing a hash or a hash ref to template
svalera 2656 Jan 25, 2002, 4:16 PM
Post Re: [svalera] Passing a hash or a hash ref to template
Alex 2641 Jan 25, 2002, 4:54 PM