On Sep 05, 2005, at 22:33 , rajarshi das wrote:
Hi, while running a test in perl-5.8.6 (z/OS), when the do_encode function is called, struct encpage_t *enc is passed as a parameter. How is the linked list of struct encpage_t filled up before do_encode is called ?
Check the following files; ext/Encode/Encode.xs ext/bin/enc2xsBasically what it does is code-paging. It's well-tested on ascii platforms but I am not sure of EBCDIC.
Dan the Encode Maintainer