Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="iso-8859-1"?>
      <xml>
    ...
      <phone_public>1</phone_public>
      <smoking></smoking>
    </offer>
    
  2. or download this
    use XML::Simple;
    my $content = get(xml.file);
    my $response = XMLin($content);