B
bobmct
I'm reasonably familiar with perl as I have been programming with it
for a number of years.
I am trying to extract information from a text based report file and
create a file of data records for use as input to some other perl
programs.
The report file in question has about 13 columns of financial amounts
such as -1,234,567.89 and I wish to extract each column and output to
a record in a signed, efficient format for later use by these other
perl programs.
I am currently using unpack and pack but I am not having luck with the
floating point values.
What are some suggestions as to how to extract and export these
values? Any good suggestions/recommendations/examples greatly
appreciated.
signed: just another perl monger
for a number of years.
I am trying to extract information from a text based report file and
create a file of data records for use as input to some other perl
programs.
The report file in question has about 13 columns of financial amounts
such as -1,234,567.89 and I wish to extract each column and output to
a record in a signed, efficient format for later use by these other
perl programs.
I am currently using unpack and pack but I am not having luck with the
floating point values.
What are some suggestions as to how to extract and export these
values? Any good suggestions/recommendations/examples greatly
appreciated.
signed: just another perl monger