Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

RE: Multiple file reading

by jlistf (Monk)
on Jul 27, 2000 at 01:15 UTC ( [id://24578]=note: print w/replies, xml ) Need Help??


in reply to Multiple file reading

i don't know what you mean by combined either, but perhaps:
open FILE1, "what.txt" or die "can't open what.txt : $!\n"; open FILE2, "what1.txt" or die "can't open what1.txt : $!\n"; while ($first = <FILE1> and $second = <FILE2>) { #combine strings somehow #push onto an array }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found