I'm getting the following message in XML module GDOME.pm
Can't locate loadable object for module XML::LibXML::Common in @INC (@INC contains: c:/Perl/lib c:/Perl/site/lib .)
I have downloaded Common.pm from CPAN and put it in a directory at C:\Perl\lib\XML\LibXML
Am I missing something obvious...
I am a Perl novice and am trying to get the following script to work
#
use strict;
use warnings;
use LWP::Simple qw(get);
my $url = "http://www.a-valid-url.html";
my $page = get($url);
exit unless $page;
The get function appears to do something as it takes time to execute, but the result...
CREATE UNIQUE WHERE NOT NULL INDEX ...
The 'WHERE NOT NULL' syntax does not appear to be supported under DB2 UDB v7.2 for Windows, whereas it is under OS/390.
Anyone know why? Anyone know if v8 will support it? Can anyone think of a way around it?
My only option, at the moment, appears to...
The OS/390 DB2 manuals can be found at
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/LIBRARY
Does anyone know of a link to the UNIX flavour DB2 manuals?
Mark.
In DB2 are subselects allowed in a select expression e.g.
select CourseCode, EventCode,
(SELECT Count(*) FROM CrseApplic CA
WHERE CA.CourseCode = CE.CourseCode
AND CA.EventCode = CE.EventCode
AND CA.CrsAppCancelledDt IS NULL) AS EventEnrolCount
from CrseEvent CE
where CourseCode = ?
order...
In the COBOL standards, when is/should the LENGTH OF verb (be) evaluated? At run-time or compile time?
The reason I ask is that I am used to using IBM OS/390 and Microfocus COBOL which both evaluate this at run-time and give correct lengths for varying length group levels (OCCURS DEPENDING...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.