Convert data structure into perl code
Requires a patch to compile cleanly. Patch follows:
*** dumper.xs;2
--- dumper.xs;3
**************
*** 282,288
SV *ixsv = newSViv(0);
/* allowing for a 24 char wide array index */
! iname = New(0, iname, namelen+28, char);
(void)strcpy(iname, name);
inamelen = namelen;
if (name[0] == '@') {
--- 282,288 -----
SV *ixsv = newSViv(0);
/* allowing for a 24 char wide array index */
! New(0, iname, namelen+28, char);
(void)strcpy(iname, name);
inamelen = namelen;
if (name[0] == '@') {
Last Update 12-September-1997
Questions or Comments?
Write the WebMaster