in reply to CGI::FormBuilder, HTML::Template and \@loop_data question; trying again
and explain how the wrong output you receive differs from what you want.#!/usr/bin/perl -- use strict; use warnings; use CGI::FormBuilder; my $form = CGI::FormBuilder->new(template => 'test.tmpl'); my @loop_data = DATA::DUMPER OUTPUT HERE!!!!!; print 'wrong output ', $template->tmpl_param(PHONES => \@loop_data); __END__ wrong output here
|
|---|