Help for this page

Select Code to Download


  1. or download this
    $xmlfile =~ 's/^/XML|/' ;
    
  2. or download this
    while (my $xmlfile = <$list>) {
    $xmlfile =~ 's/^/XML|/' ;
    chomp $xmlfile;
        $twig->parsefile($xmlfile);
    }