[Ssh-sftp-perl-users] Help needed for Hash (Associative ) array
Brought to you by:
dbrobins
From: Perl P. <per...@gm...> - 2009-02-23 12:10:13
|
Hi All, I have to read a file by using hash ( Associative array) . Here I have to grep the particular information from that file. Like file is having the data like Date (2-Jan-2008) and user id ( MID1023 ) etc. These all information is there for number of people in different lines. My task is to grep the data, which is as mention above. And I have to make sure that I have to use Hash ( Associative array only ). Your help will be greately appreciated. Thanks, Mujju |