in reply to Re^2: Extracting non-consecutive but related items from an array.
in thread Extracting non-consecutive but related items from an array.
And, why did we have to reference \ @apps_info? couldn't we use it without referencing?print $_, $/, map { "\t@$_$/"} @{$clean_data{$_}} for sort keys %clean_data;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Extracting non-consecutive but related items from an array.
by robartes (Priest) on Jun 15, 2005 at 09:46 UTC | |
|
simple breakup of this code
by Anonymous Monk on Jun 15, 2005 at 13:43 UTC |