(no subject)

2002-01-08 Thread Erich Ruff
\ "> Subject: Re: How to do CDDB lookup via Win32 Perl? In-Reply-To: <03781128C7B74B4DBC27C55859C9D73801268932@es06snlnt> References: <03781128C7B74B4DBC27C55859C9D73801268932@es06snlnt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posting-Agent: H

IPC wait_any objects limit

2002-01-08 Thread Marcus
I thought I'd pass this on. After much testing I've discovered that there is a limit of 64 objects on which Win32::IPC::wait_any(@objects) can wait, or it will fail. The actual call is to Win32::ChangeNotify::wait_any() in my case. This does not seem to be documented. Thanks, Marcus ___

trying to determine if string has ISO-Latin characters tried if ( $string =! m/[^\x20-\x7E]/ )

2002-01-08 Thread Jacob, Raymond A
I tried $string =! m/[^\x20-\x7E]/ and it did not work so using m/.../ as a hint I looked up regular expression. I found information on the Unicode uft8 module. I constructed the script below. use utf8; # We will be doing Unicode processing use charnames ":full"; # use named chars wi

Wonit run in ASP

2002-01-08 Thread Allegakoen, Justin Devanandan
Hi all, I have a Perl program that runs perfectly on the command prompt. When I put the same code (after a bit of modification), into an ASP it hangs when trying to open a DB. Here it is in PerlScript:- <%@ Language=PerlScript %> <% use ASP qw(:strict); use strict; use warnings 'all'; use Wi

Net::Pop3

2002-01-08 Thread Mauricio Lairet P.
Hi! I wanted to know if there is a way to mark messages as read with Net::Pop3. I cannot find a way to do it. Also, is there a module to create email accounts available? Does Net:Pop3 have this feature? Thanks in advance, Mauricio ___ Perl-Win32-User

IPC, Pipes, ties and Tk apps, Oh no!

2002-01-08 Thread John V. Pataki
Looking for some suggestions on process communication using a pipe to a file.   I am writing a Tk application to handle some customized automation tasks with another piece of software. This software cannot handle formal socket communications. However, it will handle reading and wri

RE: API parameters

2002-01-08 Thread Dunnigan,Jack [Edm]
-Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 1:30 PM >Those aren't strings, they are constants which you may have to define >yourself if they aren't in some module you can load. >use constant GW_CHILD => 2; >use constant SND_ASYNC =>

Strange return value on web

2002-01-08 Thread shonorio
I´m runnig this script on my IIS Server: $strName = "_Name: " . $Resquest->Form('txtName'); ... and I get Win32::OLE=HASH(0x35901be) as a value, but if I remove " _Name: " . I get the right value. Does anyone know wy this is happing ? Thanks, Solli

Re: modifying (splitting) elements of an array

2002-01-08 Thread $Bill Luebkert
Abner, Daniel wrote: > What's an efficient way of splitting the elements of an array globally? For > instance, let say an array consists of the following two elements: > > Bob:Jones > Mary:Parker > > Let's say I'd like to cut each element of the array down to the string > preceding the ":" col

modifying (splitting) elements of an array

2002-01-08 Thread Abner, Daniel
What's an efficient way of splitting the elements of an array globally? For instance, let say an array consists of the following two elements: Bob:Jones Mary:Parker Let's say I'd like to cut each element of the array down to the string preceding the ":" colon. I can do this with a foreach loo

Porting Win32::Process to Unix

2002-01-08 Thread matthew . daly
From: Matthew Daly I hope that portability questions aren't too frowned upon here. I tried asking my Perl Unix guru friends, but I got the feeling that I would have to redesign my program to fit the paradigm that his solution would require. I'm using Win32::Process to create, query, and remove

Re: Installing modules through a proxy using ppm

2002-01-08 Thread Bruce_Hodo
Just to let you know, I used the repository you suggested below (which wasn't in the documentation!), and it worked! Thank you very much. Bruce Hodo Web Developer EOP Corporate 312-466-4298 - Forwarded by Bruce Hodo/Information_Systems/Corporate/Equity_Office on 01/08/02 04:31 PM -

RE: Question regarding creating new databases...

2002-01-08 Thread Joe Schell
> -Original Message- > Behalf Of Morse, Richard E. > > Hi! I've written a program that extracts data from a source database > (Oracle), and currently uses ODBC to write the data out to an Access > database. However, the problem is that this requires me to have already > created the DSN