Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    
    my $data = XMLin( '<string>Everyone knows that 1 &lt; 2</string>');
    print $data; # ==> Everyone knows that 1 < 2