Help for this page

Select Code to Download


  1. or download this
    @rows = (
        {
    ...
            Col5 => 'Toll road INC',
        },
    );
    
  2. or download this
    my $params = { rows => \@rows };
    my $template = Template->new;
    $template->process('template.xml', $params, 'output.xml');
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <Import>
    ...
        </record>
    [% END %]
    </Import>