in reply to XML::Twig size problem

Do you declare and create $q anywhere? I don't see it in the code you posted. Did you try testing without any of the XML related code?

You could also try running the code from the command line? That may make it easier to see what's going on.

Replies are listed 'Best First'.
Re^2: XML::Twig size problem
by slugger415 (Monk) on Jun 24, 2012 at 19:23 UTC

    Yes I do declare $q, sorry I didn't include that.

    my $q = new CGI;

    BUT! I was able to install the latest XML::Twig on my ActivePerl 5.14 installation (I unzipped the file with 7-zip and just copied the two .pm files to my site\lib directory) and that seems to have fixed the problem. Thank you all for the suggestions!

    Scott