Re: warning messages on module Win32::Process::Memory

2005-09-01 Thread $Bill Luebkert
Allegakoen, Justin Devanandan wrote: --8 # no warnings; next if $This =~ /\.pl$/; The above should be 'return' rather than 'next'. --8 Why didn't I think of that? --8 Where is your description of the error ?

[OLE] Win32::OLE messes up dialogs?

2005-09-01 Thread Zorg, the Borg
Hi all, this is a copy of a message that I posted to comp.lang.perl.misc. i'm experiencing some strange problems when using the module Win32::OLE together with windows dialogs. In the following code snippet, I use an opendialog to pick a file. The dialog works as expected: when a different file

cgi error on iis6 with use lib 'lib'

2005-09-01 Thread David Yin
During install the Movable Type 3.2, which is coded by perl, I find some strange things. In the Perl Documentation, it said:use lib 'lib';is almost the same as sayingBEGIN { unshift(@INC, 'lib') } Here it use the "almost" word. I think there must be some difference between them. use lib

RE: cgi error on iis6 with use lib 'lib'

2005-09-01 Thread Jan Dubois
The latter code works because you specify a fully qualified path name and not just lib. In IIS the current directory is no longer the script directory. Cheers, -Jan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Yin Sent: September 1, 2005 3:06 PM To:

Re: [OLE] Win32::OLE messes up dialogs?

2005-09-01 Thread $Bill Luebkert
Zorg, the Borg wrote: Hi all, this is a copy of a message that I posted to comp.lang.perl.misc. i'm experiencing some strange problems when using the module Win32::OLE together with windows dialogs. In the following code snippet, I use an opendialog to pick a file. The dialog works as

RE: [OLE] Win32::OLE messes up dialogs?

2005-09-01 Thread Jan Dubois
On Thu, 01 Sep 2005, Zorg, the Borg wrote: i'm experiencing some strange problems when using the module Win32::OLE together with windows dialogs. In the following code snippet, I use an opendialog to pick a file. The dialog works as expected: when a different file type is selected in the