Help for this page

Select Code to Download


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