Help for this page

Select Code to Download


  1. or download this
    sub get_variant_measurements {
    
    ...
    
      return $variant_measurements;
    }
    
  2. or download this
    [% WHILE ( type_measurement = type_measurements.next ) %]
    <tr>
    ...
    [% END %]
    </tr>
    [% END %]