eepvesity has asked for the wisdom of the Perl Monks concerning the following question:
In using the split function for columns and push function for placing names and heart rates in hash from files with following format:
How would I ensure that the column headings "Patient" and "Heart Rates" do not end up in the hash or are excluded from appearing in any data structures? Thank you.Patient Heart Rates Melly 70 Glenn 69
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Column Heading and Split Function
by hdb (Monsignor) on Mar 28, 2013 at 16:02 UTC | |
|
Re: Column Heading and Split Function
by McA (Priest) on Mar 28, 2013 at 15:57 UTC | |
|
Re: Column Heading and Split Function
by thirdm (Sexton) on Mar 28, 2013 at 16:24 UTC | |
by thirdm (Sexton) on Mar 28, 2013 at 16:53 UTC | |
by McA (Priest) on Mar 28, 2013 at 17:46 UTC | |
by hdb (Monsignor) on Mar 28, 2013 at 18:52 UTC | |
by Not_a_Number (Prior) on Mar 28, 2013 at 20:07 UTC | |
|