>>>>> "Joshua" == Joshua Knarr <[EMAIL PROTECTED]> writes:

Joshua>      my $params = {
Joshua>          'id' => @id,

This code would get a red flag from me.  I suspect you mean id => [EMAIL 
PROTECTED],
not id => @id.  But seeing as you have only one item in @id, it's even
more confusing to me why you'd be using an array.  How about explaining
what you intend before we can talk about how to get to that in TT?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[email protected]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to