jthomas has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks
I'm getting a warning (occuring frequently but not everytime)
and the code at 6401 isUse of uninitialized value in numeric eq (==) at /home/jthomas/ActiveP +erl-5.10/site/lib/XML/Twig.pm line 6401 during global destruction.
if( $parent->{last_child} == $elt) { delete $parent->{empty}; $parent +->{last_child}=$elt->{prev_sibling}; if( $XML::Twig::weakrefs) { weak +en( $parent->{last_child});} ; }
I'm using OpenOffice::OODoc module to create some openoffice document, and getting this error. Would somebody show some light on what's happening here.
Some observations are it's happening only when PDF::API2 module is also being used. Am i missing some finish methods
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Warning from XML/Twig.pm : Use of uninitialized value in numeric eq (==)
by ikegami (Patriarch) on May 13, 2010 at 15:04 UTC | |
by jthomas (Acolyte) on May 14, 2010 at 05:49 UTC | |
|
Re: Warning from XML/Twig.pm : Use of uninitialized value in numeric eq (==)
by Corion (Patriarch) on May 13, 2010 at 09:48 UTC | |
by jthomas (Acolyte) on May 13, 2010 at 10:17 UTC | |
|
Re: Warning from XML/Twig.pm : Use of uninitialized value in numeric eq (==)
by Khen1950fx (Canon) on May 13, 2010 at 10:30 UTC | |
by ikegami (Patriarch) on May 13, 2010 at 16:46 UTC | |
by mirod (Canon) on May 13, 2010 at 16:38 UTC |