Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    
    ...
    
    my $xml = XMLin('<config ip="127.0.0.1" port="12345"><timeout>1000</ti
    +meout><timeout>2000</timeout></config>');
    print XMLout($xml);
    
  2. or download this
    <opt ip="127.0.0.1" port="12345">
      <timeout>1000</timeout>
      <timeout>2000</timeout>
    </opt>