mikeward61 has asked for the wisdom of the Perl Monks concerning the following question:
We create files on our Linux servers that are NDM'd and processed on our mainframes. We need the ability to create a trailer record that contains a packed field indicating the number of records that should be in the file (i.e. 240 records would be x'0000240C').
Is this possible in Perl?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Pack decimal possibility
by ReturnOfThelonious (Beadle) on May 26, 2010 at 21:35 UTC | |
by mikeward61 (Initiate) on May 26, 2010 at 23:47 UTC | |
Re: Pack decimal possibility
by BrowserUk (Patriarch) on May 26, 2010 at 21:35 UTC | |
Re: Pack decimal possibility
by chuckbutler (Monsignor) on May 26, 2010 at 23:37 UTC | |
Re: Pack decimal possibility
by Corion (Patriarch) on May 26, 2010 at 21:13 UTC |
Back to
Seekers of Perl Wisdom