in reply to read hash table from a subroutine or retrieve previously stored hash table from a file
Well, stressed of coding with google search, understanding working of perl language is fun.
I've decided to use hash table and parsing %$hash_ref into while loop search for column2 repetitive values. Next use for loop to create a loop until every repetitive value is parsed and concatenated to existing outfile. Next, start iteration to find other repetitive word from column2 (values).
Good part is Learning Perl with Monks feedback makes Perl easy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: read hash table from a subroutine or retrieve previously stored hash table from a file
by waytoperl (Beadle) on Nov 19, 2013 at 21:36 UTC | |
by marinersk (Priest) on Nov 20, 2013 at 00:20 UTC | |
by waytoperl (Beadle) on Nov 20, 2013 at 02:09 UTC | |
by marinersk (Priest) on Nov 20, 2013 at 09:01 UTC | |
by marinersk (Priest) on Nov 23, 2013 at 14:43 UTC |