ActiveState Community

Windows 2000 Pro / Server

Test::More

When I try to install Number-Compare.ppd ActivePerl (v5.8.8.824) says:
ppm install failed: Can't find any package that provides Test-More for Number-Compare

For the life of me I can not find Test-More. I can find Test-Simple and Test-More-Diagnostic but these don't satisfy Number-Compare

Does anyone have a Win32 copy they could share?

Thanks,
Alex

Reading Outlook 2007 Email with Activestate Perl OLE

I am trying to update a script that reads email from outlook 2003 and parses it into a database. The script needs to be updated to read email from outlook 2007 and parse it into a database, however, I can't seem to get the perl ole to connect to outlook 2007 like it did to 2003.

Can someone tell me what I need to do differently?

Here's the first section of code (it dies at the last 'or die' so the rest of the code is irrelevant):

use strict;
use Win32::OLE;
use DBI;

Problems with Debugging in Komodo 4.4

I had an installation of Komodo 3.5. With Version 3.5 local and remote debugging worked.

But recently I installed Komodo 4.4. (I didn't uninstall 3.5, but I installed 4.4 into another directory.) I kept the same preferences as I had in 3.5 and copied the php_xdebug.dll suitable for PHP5.2.1 into the php-extensions-directory.
Since then, as soon as I start a debugging function, Komodo crashes,- I get no response and have to abort Komodo.
The following error messages appear in the file pystderr.log:

WARNING: keybindings: Upgrading keybindings from version: 3 to 4

Hotkey for "Jump To Next Result" missing

I just started to test Komodo-Edit ("Komodo-Edit-4.4.1-1774.msi" under Win2K SP4). First impression is very good, but I can not find my favourite hot keys: It should be possible to jump to next and previous finding (after "Find in Files") or next error or warning (after calling external tools like compilers) with hot keys (e.g. like F4 in MS Visual Studio 6 or F12 in NetBeans). But I only see the buttons for this function ("Jump To Next Result", "Jump To Previous Result") and found no option to assign this to hot keys.

komododoc displayed in browser not help viewer after install

After installation of "Komodo-Edit-4.4.1-1774.msi" in a German Win2K SP4 under MS Virtual PC 6.0.156.0 the documentation ("C:\Programme\ActiveState Komodo Edit 4\lib\mozilla\chrome\komododoc\locale\en-US\top.html") is automatically displayed in the browser (MS IE 6.0.2800.1106). This results in a hardly readable text and missing contents tree and missing search field. After resizing the browser window some parts jump to correct positions, but the icons are still at wrong places.

Oracle 8i and ActivePerl 5.10.0.1004

Downloaded latest version of ActivePerl and installed on Win2K Oracle 817 database server. When I try to connect using DBD, I get the follow error:
The procedure entry point OCIXMLTypeCreateFromSrc could not be located in the dynamic link library OCI.dll. Any ideas?

Perl debug session stops with error

I have created a test system with Apache 2.2.9, Perl 5.8.8.824 and Komodo 3.5.3 Personal on a Win2000SP4 System.
When I start a debug session I get the following output:

Errno architecture (MSWin32-x86-multi-thread-4.0) does not match executable architecture (MSWin32-x86-multi-thread-5.00) at C:/xampp/perl/site/lib/Errno.pm line 11.
Compilation failed in require at C:/xampp/perl/lib/IO/Socket.pm line 17.
BEGIN failed--compilation aborted at C:/xampp/perl/lib/IO/Socket.pm line 17.

Shouldn't the installation work?

I just downloaded and installed Active Perl 5.8.8 (MSI) for the first time on a Windows 2000 SP4 server. There were no error messages during the installation, so I assume everything went fine.

I installed AP to t:\Perl

My environmental variable PATH statement has this path included: t:\Perl\bin

The .PL, PLX, etc extensions are listed in the IIS Manager application mappings.

OK, so I try to see if ActivePerl works, so I open Internet Explorer and navigate to T:\Perl\eg\IEExamples and run index.htm

None of the examples there work.

redirecting output of a system-call

Hi

I have a script which uses system() to execute a SQL*Plus-Script against a Oracle database. This all works fine and I get the output I except in my Command Prompt window, e.g.
> print.pl
OUTPUT

When I however try to redirect the output to a file like this
>print.pl >out

it does not work. I see no output in the Command Prompt window, and the file out gets created but it is always empty.

I tried to set $AUTOFLUSH but it did not help.
Any ideas?

Thanks,
Thomas

Here is the content of the files mentioned:

print.pl
--------
system "sqlplus -s usr/pwd @ print";

Making soap service with PDK

OS: Windows 2000 Pro / Server

Hi,
i have being trying to get a perl script running as a soap service in the .net framework. I can complie the perl script with plc as a dll but dont know how to call this dll with the iis. Is it possible to call perl code directly with an asmx file like ?
<%@ WebService class="PerlPassword.PasswordServer" Language="perl" %>
..
..

Right now i am getting
Parser Error Message: 'perl' is not a supported language.

The .net is being used in IIS 5.0.

I would be grateful for any help