Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Processing Two XML Files in Parallel

by tedv (Pilgrim)
on Jul 21, 2011 at 21:10 UTC ( [id://915997]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <doc>
    <elem>A</elem>
    <elem>B</elem>
    <elem>C</elem>
    </doc>
    
  2. or download this
    <doc>
    <elem>1</elem>
    <elem>5</elem>
    <elem>10</elem>
    </doc>
    
  3. or download this
    <doc>
    <elem>A</elem>
    <elem>BBBBB</elem>
    <elem>CCCCCCCCCC</elem>
    </doc>
    
  4. or download this
    # Open both input files
    open A, "<$file_a" or die "Unable to open $file_a: $!\n";
    ...
    }
    close A;
    close B;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://915997]
Approved by ww
Front-paged by Tanktalus
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-24 05:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found