Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: reading lines from 2 different files

by duff (Parson)
on Oct 08, 2007 at 15:41 UTC ( #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? | Other CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2023-06-03 11:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (13 votes). Check out past polls.

    Notices?