Help for this page

Select Code to Download


  1. or download this
    $ perl parseXML.pl "D:\Perl-Implementaion\ParseXM
    L\test"
    ...
    bbCopy.xml
    Could not create file parser context for file "bbCopy.xml": No such fi
    +le or dire
    ctory at parseXML.pl line 37
    
  2. or download this
    use XML::LibXML;
    
    ...
    # open the designated directory
    opendir(DIR, $path);
    @files = grep(/\.xml$/,readdir(DIR));