in reply to
COBOL Layout parsing
A quick CPAN search revealed the following modules:
Convert::EBCDIC
Encode::EBCDIC
The first one is probably useful for part of what you are looking for.
/prakash
Comment on
Re: COBOL Layout parsing
Replies are listed 'Best First'.
Re: Convert::EBCDIC
by
broomberg
(Initiate)
on Mar 29, 2002 at 04:52 UTC
Yes, I've used it, as mentioned (poorly) in my post. But it was a bit too slow.<br
I'll probably end up using an translation array or a series of tr// statements for that part of the problem.
[reply]
In Section
Seekers of Perl Wisdom