Help for this page

Select Code to Download


  1. or download this
    $ perldoc XML::Parser
    
  2. or download this
    $ perldoc XML::Simple
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    $xref = $x->XMLin('/path/to/xmlfile');
    
    # $xref now stores your xml in a hashref