SV: Problem loading OLE.dll on Windows 98

2006-02-14 Thread Thomas Mostrup Nymand
Hi. Thanks for all the help - I have managed to workaround the problem... Your hint regarding cygwin made me try ActivePerl instead, and here Win32::OLE is working fine! Now I just have to get WinGuiTest working, but thats another story :) Thomas -Oprindelig meddelelse- Fra: Sisyphus

Re: SV: Problem loading OLE.dll on Windows 98

2006-02-14 Thread Foo Ji-Haw
You'll have a lot of support if you use ActivePerl for the Win32 platforn. There are other repositories which allow you to install modules without any compilation. Thomas Mostrup Nymand wrote: Hi. Thanks for all the help - I have managed to workaround the problem... Your hint regarding

Ok with perl 5.8.3 on win2000, nok with perl 5.8.7 on winXP

2006-02-14 Thread DonKiShoot
Hello and sorry for my poor english. This piece of code works fine on windows 2000 with perl 5.8.3.809 but not on windows xp with perl 5.8.7.815 and i don't find why. This little code is for having a little menu appear when right click on tray icon. In the first case : when i click on About in

Re: [aswin32] Ok with perl 5.8.3 on win2000, nok with perl 5.8.7 on winXP

2006-02-14 Thread Robert May
I see that Glenn L just beat me to a reply, but here's my take. DonKiShoot wrote: This piece of code works fine on windows 2000 with perl 5.8.3.809 but not on windows xp with perl 5.8.7.815 and i don't find why. So long as you are using the same version of Win32::GUI in both cases, you

LWP for a passord protected site

2006-02-14 Thread Jerry Kassebaum
The code below is modified from Suehring's Beginning Perl Web Development. I'm thinking it is supposed to get me the format for entering my username and password. However, the result I get is 2. Help? Also, I don't know what that Subscrbers line would be for. use LWP; $browser =

Does a Perl module already exist for this?

2006-02-14 Thread John Townsend
In my Perl scripts I often need to perform two basic math/statistical operations: 1. given a list of numbers, return their average 2. given a list of numbers, toss the highest and the lowest, return the result I already have Perl functions that perform these tasks, but I suspect

RE: Does a Perl module already exist for this?

2006-02-14 Thread Jack D.
From: [EMAIL PROTECTED] On Behalf Of John Townsend Sent: February 14, 2006 3:55 PM To: perl-win32-users@listserv.ActiveState.com Subject: Does a Perl module already exist for this? In my Perl scripts I often need to perform two basic math/statistical operations: 1. given a list of

Re: How the wrappers of C libraries work out?

2006-02-14 Thread Chaddaï Fouché
Sisyphus a écrit : - Original Message - From: Guohong Hu [EMAIL PROTECTED] To: perl-win32-users@listserv.ActiveState.com Sent: Monday, February 13, 2006 2:19 AM Subject: How the wrappers of C libraries work out? Hi I have a lot of calculation to do in my program, so I would like

Re: Need SSL Help

2006-02-14 Thread Chaddaï Fouché
Kevin Carothers a écrit : Hi Jaime- You need to provide more info. This link might help: http://johnbokma.com/perl/https.html I'm always a little bit surprised that ActiveState doesn't support either Crypt::SSLeay or Net::SSLeay (for IO::Socket::SSL) since it's a feature which is useful

Re: LWP for a passord protected site

2006-02-14 Thread $Bill Luebkert
Jerry Kassebaum wrote: The code below is modified from Suehring's Beginning Perl Web Development. I'm thinking it is supposed to get me the format for entering my username and password. However, the result I get is 2. Help? Also, I don't know what that Subscrbers line would be for.

RE: Need SSL Help

2006-02-14 Thread Jan Dubois
On Tue, 14 Feb 2006, Chaddaï Fouché wrote: I'm always a little bit surprised that ActiveState doesn't support either Crypt::SSLeay or Net::SSLeay (for IO::Socket::SSL) since it's a feature which is useful to so many programmers (it's a recurring question on most of the forum/mailing-list I've