- or download this
$choices = ",1,2,3,4,5,6,";
- or download this
$data{$user_type}{$user_company}{$user_lname}{'attribute'}
- or download this
$data{$user_type}{$user_company$}{$user_lname}{'choice_list'} = [ @spl
+it_list ];
- or download this
$choices = ",1,2,3,4,5,6,";
...
data => \%data,
};
$template->process($template_file, $vars);
- or download this
Template output - <br>Choices are:<br>
[% FOREACH type IN data.keys.sort %]
...
[% END %]
[% END %]
[% END %]
- or download this
Perl script output -
<br>choices list before regex = ,1,2,3,4,5,6,
...
5<br>
6<br>
<br>