Help for this page

Select Code to Download


  1. or download this
    use XML::Parser;
    ...
    ...
      # your code goes here
      ...
    }
    
  2. or download this
    ...
    use XML::Simple qw(:strict);
    ...
     
        return $xs;
    }