> The following was supposedly scribed by > Sisyphus > on Saturday 24 January 2004 12:03 am:
>SV * line; This change worked for me, ymmv: SV * line = NEWSV(0, 0); I think the problem is that "line" is an unitialized pointer in your original code. I've always just used the newSVpv() and such macros, so I'm not sure why NEWSV() has an id argument. --Eric -- "I've often gotten the feeling that the only people who have learned from computer assisted instruction are the authors." --Ben Schneiderman