Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: reading lines from 2 different files

by duff (Parson)
on Oct 08, 2007 at 15:41 UTC ( [id://643487]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # assuming you've got the files open in handles $fh1 and $fh2
    while (1) {
    ...
        last unless defined($line_from_file_2 = <$fh2>);
        # ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-25 07:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found