in reply to CGI::FormBuilder, HTML::Template and \@loop_data question; trying again

Here is a tip. Present your problem like this
#!/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
and explain how the wrong output you receive differs from what you want.
  • Comment on Re: CGI::FormBuilder, HTML::Template and \@loop_data question; trying again
  • Download Code