import the package for perl
kelly
- perl
ja...i deleted the DOM.pm and install the package again....n comes the messages below:
PPM> install xml-dom.ppd
Install package 'xml-dom.ppd?' (y/N): y
Installing package 'xml-dom.ppd'...
Bytes transferred: 74265
Installing D:\Programme\Perl\site\lib\XML\DOM.pm
Writing D:\Programme\Perl\site\lib\auto\XML\DOM.packlist
and DOM.pm r in that directory....the generate date is in 2003, but not today ...strange....
so when i write
XML::DOM;
it shows these messages:
CGI-Fehler
Die angegebene CGI-Anwendung hat keinen vollständigen Satz von HTTP-Headern zurückgegeben.
Hi there,
PPM> install xml-dom.ppd
Install package 'xml-dom.ppd?' (y/N): y
Installing package 'xml-dom.ppd'...
Bytes transferred: 74265
Writing D:\Programme\Perl\site\lib\auto\XML\DOM.packlist
any further information?
is it that i install it successfully?
you can verify that with (I think) with the info [package] command in the ppm shell
but when i write
use XML::DOM;
have you checked that the DOM.pm exists in the perl installdir?cheers
Halihallo kelly
[...]
[pref:t=81728&m=475544]
Please don't ask the same questions again and again. This is spam.
it shows these messages:
CGI-Fehler
Die angegebene CGI-Anwendung hat keinen vollständigen Satz von HTTP-Headern zurückgegeben.
Do you understand german? - The message says that the webserver
(IIS?) hasn't received a set of HTTP-Headers. So, output at least
"Content-Type: text/html\015\012\015\012".
perldoc CGI::Carp
could be useful since this error often happens if there are compile-
time errors (such as "XML::DOM not found").
Viele Grüsse
Philipp