in reply to Re^2: XML::Parser using stream
in thread Solved: XML::Parser using stream (used XML:Rules)

use Switch;
The first thing to try is to get rid of all code that uses Switch.
  • Comment on Re^3: XML::Parser using stream (XML::Twig)

Replies are listed 'Best First'.
Re^4: XML::Parser using stream (XML::Twig)
by Falantar (Initiate) on Aug 17, 2011 at 18:50 UTC

    Actually I don't use it, I had already got rid of the code that was using it and forgot to delete that line.