Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $config = $twig->parsefile('invoice2.xml')->simplify();
    
    print Dumper( $config);
    
  2. or download this
    <Invoices>
      <Invoice>
    ...
        </InvoiceDetails>
      </Invoice>
    </Invoices>
    
  3. or download this
    use strict;
    use warnings;
    ...
        # ...
        # You got the idea, yes?
    }