Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <books>
      <!-- Programming Perl 3ed -->
    ...
        <isbn>0-555-00178-0</isbn>
      </book>
    </books>
    
  2. or download this
    my $xl=XMLin('C:/perlpractice/dec8.xml',ForceArray=>1);
    for$key(keys %$xl)
    ...
    print $s;
    }
    }