Help for this page

Select Code to Download


  1. or download this
    <opt date="test>
      <test>This is a test</test>
      <company id="test" />
    </opt>
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    my $ret = $xml->($ENV{'PAR_TEMP'} . "/inc/test.xml");
    
    print Dumper($ret);