Help for this page

Select Code to Download


  1. or download this
     
       <book>
          <author>Book 1 author 1</author>
    ...
          <title>Book 1 title</title>
          <isbn>Book1ISBN</isbn>
       </book>
    
  2. or download this
     #!/usr/bin/perl
    
    # Script to illustrate how to parse a simple XML file
    ...
    my $booklist = XMLin('booklist.xml');
    
    print Dumper($booklist);
    
  3. or download this
    $VAR1 = {
              'book' => {
    ...
                        }
    
            }
    
  4. or download this
    $VAR1 = {
              'book' => {
    ...
                                                                  }
    
            }