Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Are you looking at XML processing the right way? (merge)

by tye (Sage)
on Mar 18, 2003 at 18:02 UTC ( [id://244090]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Code using iterator:
        while(  <INPUT>  ) {
    ...
            \*INPUT,
            sub { process_line($_) }
        );
    
  2. or download this
        # A merge sort:
        my $r1= <$i1>;
    ...
            $r2= <$i2>   if  0 le $cmp;
        }
        # ...
    
  3. or download this
        File::ProcessLines(
            $i1,
    ...
                );
            }
        );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://244090]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found