Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Extracting from Multiple Files

by aukjan (Friar)
on Aug 09, 2005 at 20:44 UTC ( [id://482419]=note: print w/replies, xml ) Need Help??


in reply to Extracting from Multiple Files


And just to get you started look at the following commands/syntax..
my @array = (); for $file ( qw(file1 file2 file3) ){ open(IN,'<',$file) while(IN){ chomp; split; } close (IN) }
Use these to make some script, and when you have something we'll comment on it to help you make it better/function ;-)

--
Go Fish!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-03-28 11:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found