dnquark has asked for the wisdom of the Perl Monks concerning the following question:
sub processFile{ $fn = shift; #open a file through a pipe my %hash = () while( <INPUT> ){ #populate hash } #iterate over keys outputting data }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Running out of resources while data munging
by ikegami (Patriarch) on Jun 24, 2008 at 03:50 UTC | |
|
Re: Running out of resources while data munging
by pc88mxer (Vicar) on Jun 24, 2008 at 04:24 UTC | |
|
Re: Running out of resources while data munging
by CountZero (Bishop) on Jun 24, 2008 at 04:46 UTC | |
|
Re: Running out of resources while data munging
by roboticus (Chancellor) on Jun 24, 2008 at 12:42 UTC | |
|
Re: Running out of resources while data munging
by Fletch (Bishop) on Jun 24, 2008 at 12:43 UTC | |
|
Re: Running out of resources while data munging
by dragonchild (Archbishop) on Jun 24, 2008 at 13:59 UTC |