Forum: Perl Apr 22nd, 2005 |
| Replies: 1 Views: 2,734 I'm trying to parse a database, and assign a string value as the name of a hash... I'm not sure how to format such a request in perl.
To be clear, I'm trying to make a hash such as %Jupiter using... |
Forum: Perl Apr 19th, 2005 |
| Replies: 2 Views: 22,298 Works great. Thanks for the assistance! |
Forum: Perl Apr 18th, 2005 |
| Replies: 2 Views: 22,298 Hi everyone,
I'm trying to:
(1) take an excel spreadsheet with two columns of data
(2) convert to tab-delimited text file
(3) import into perl as a hash
I've managed to import as an array: |