Help for this page

Select Code to Download


  1. or download this
    <?xml version='1.0' encoding='ISO-8859-1'?>
    <data>
    <title>Más Y Más</title>
    <artist>La Unión</artist>
    </data>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print Dumper ( $xml );
    print $xml->{'artist'};
    print "\n";
    
  3. or download this
    $VAR1 = {
              'artist' => "La Uni\x{f3}n",
              'title' => "M\x{e1}s Y M\x{e1}s"
            };