in reply to XML::Twig-parse() error under CGI
I'm not sure if it will work, but you might try putting Twig->parse() in its own block, with all warnings turned off. If this doesn't work, maybe you can register your own $SIG{__DIE__} handler (if you aren't already, but something else is) that checks $^S.
hth,
--rpc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: XML::Twig-parse() error under CGI
by DrSax (Sexton) on May 24, 2001 at 22:54 UTC |