in reply to a dynamic program???
how can I get to save the same sort of data entered through this program in another type of files like spreadsheet .xls instead of the simple .txt file?Have you tried using a CPAN module, such as Spreadsheet::WriteExcel?
I want to enforce a certain order in the hash valuesYou could enter the data into an ARRAYS OF HASHES or use Tie::IxHash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: a dynamic program???
by biohisham (Priest) on Jun 18, 2009 at 20:19 UTC | |
by Anonymous Monk on Jun 18, 2009 at 22:15 UTC | |
by rovf (Priest) on Jun 19, 2009 at 08:33 UTC |