Help for this page

Select Code to Download


  1. or download this
    <inbox>
        <item>
    ...
            <description>Foobar</description>
        </item>
    </inbox>
    
  2. or download this
    my $xml = XML::Simple->new();
    my $d = $xml->XMLin("$u.xml",ForceArray => 1, KeepRoot => 1);