Hi there,
I'm using GDOME.pm and in my script I have this line:
my $doc = XML::GDOME->createDocument("","","");
I can't for the life of me figure out why it's coming out with this error:
NAMESPACE_ERR at /usr/lib/perl5/site_perl/5.6.1/i586-linux/XML/GDOME.pm line 103.
which basically points to:
sub createDocument {
my $class = shift;
return $di->createDocument(@_); ## it points to this LINE!!
}
Is there a tool or something that would provide me more look into which namespaces is actually causing this error?
In the meantime, my solution goes along the lines of my forehead meeting the keyboard, but that doesn't seem to be working except for causing some headache, and random shapes appearing on my forehead.
thanks ~steve