Re: audiere on ActivePerl

2005-11-29 Thread Foo Ji-Haw
Install the binary, add the audiere-1.9.3\bin folder to your path, and use ppm to install Audio::Audiere from: http://crazyinsomniac.perlmonk.org/perl/ppm/5.8/ Then use Audio::Audiere to access the audiere-1.9.3 library. Any problems, yell out and we'll see what we can do about it. Hello Rob

RE: rand() not so random

2005-11-29 Thread Allegakoen, Justin Devanandan
8<--- Has anyone else noticed this? And has anyone at ActiveState noticed it and if so is anything being done about it? What I'm talking about is the rand() function that doesn't seem to be so random after all. Atleast 4 times now, over a multi day period, it has spit out the exa

Re: rand() not so random

2005-11-29 Thread John Garvin
On 11/29/05, Chris Wagner <[EMAIL PROTECTED]> wrote: > Has anyone else noticed this? And has anyone at ActiveState noticed it and > if so is anything being done about it? What I'm talking about is the rand() > function that doesn't seem to be so random after all. Atleast 4 times now, > over a mu

rand() not so random

2005-11-29 Thread Chris Wagner
Has anyone else noticed this? And has anyone at ActiveState noticed it and if so is anything being done about it? What I'm talking about is the rand() function that doesn't seem to be so random after all. Atleast 4 times now, over a multi day period, it has spit out the exact same sequence of nu

RE: OLE problem with Outlook

2005-11-29 Thread LeFevre, Ken
Steven: Good suggestion. Unfortunately, it didn't help. Here's the revised version of my OutlookReader object. Thanks for your input. Ken -Original Message- From: Steven Manross [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 11:40 PM To: LeFevre, Ken; [EMAIL PROTECTED] Su

RE: OLE problem with Outlook

2005-11-29 Thread Jan Dubois
Win32::OLE doesn't really mix with using multiple threads inside Perl. I think you *might* get it to work if you only ever use it inside a single thread, and then also make sure you don't "use" Win32::OLE at all, but just "require" it in the thread that uses it. The Initialize() call would have to

Re: audiere on ActivePerl

2005-11-29 Thread Sisyphus
- Original Message - From: "Foo Ji-Haw" <[EMAIL PROTECTED]> To: "Sisyphus" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, November 29, 2005 9:17 PM Subject: Re: audiere on ActivePerl > > >My impression is that you could also download the Win32 binary: > >http://prdownloads.sourceforge.net/audi

Re: audiere on ActivePerl

2005-11-29 Thread Foo Ji-Haw
My impression is that you could also download the Win32 binary: http://prdownloads.sourceforge.net/audiere/audiere-1.9.3-win32.zip?download The binary comes only with python and java samples, but no perlalas! ___ Perl-Win32-Users mailing list P

Re: audiere on ActivePerl

2005-11-29 Thread Sisyphus
- Original Message - From: "Foo Ji-Haw" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 29, 2005 6:48 PM Subject: audiere on ActivePerl > Hi all, > > I just found out about Audiere, and from the specs it looks really cool. > Unfortunately, the documentation suggests that one compiles

Re: Regular Expression

2005-11-29 Thread Foo Ji-Haw
$String = 'Integration Test Lead: \ul\b0 \tab\tab\tab Kimberly Kim\tab\tab\tab\tab\tab\tab \par'; How would I extract "Kimberly Kim" from the string using regular expression. Is there a way using expression to skip "\[characters]" ( like \tab ) and search for only real words, maybe between sp

Re: XP shutting down perl

2005-11-29 Thread Foo Ji-Haw
When I use mysql+perl, the only time I get a similar error, is when I have threads that connect to the server. If I am not mistaken, the mysql dbd driver is not thread-safe. Hope this helps. Ed Bachmann wrote: Windows XP is intermittantly shutting down perl with this message, in a big, gray,

audiere on ActivePerl

2005-11-29 Thread Foo Ji-Haw
Hi all, I just found out about Audiere, and from the specs it looks really cool. Unfortunately, the documentation suggests that one compiles the source code to get it working on Windows. Has anyone any success on this matter (ie getting Audiere to work on Windows/ ActivePerl)? If so, please