I want to ready file in Hash Array.

I have file in following format:

ID | Time | IP | Code


open(INFO, $file);

@lines = <INFO>;

Instead of this I want to use Hash Array. May be just ID and IP fileds.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to