2011/1/23 Rafael Kitover via RT <[email protected]>: > This is on 64bit Windows 7. > > On Cygwin: > > $ perl -Mblib -MData::Dumper -MWin32::OLE -le 'print Dumper(Win32::OLE- >>new("ADODB.Connection"))' > $VAR1 = undef;
On 32-bit Windows XP also.
All tests pass, but:
$ perl -Mblib -MData::Dumper -MWin32::OLE -le 'print
Dumper(Win32::OLE->new("ADODB.Connection"))'
$VAR1 = undef;
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
