Re: finding if a number is in an array

2005-01-20 Thread jtshea
Hi, Bill, For fast array operations, I like to use map. Ex: $testnum = 1; map { $bool = 'true' if $_ == $testnum } @your_array; Regards, John -- John T Shea [EMAIL PROTECTED] Bill - compuserve <[EMAIL PROTECTED]> wrote: > Hi List > > I have an array and all I need to do is to find ou

RE: Oracle connection - Perl

2005-01-20 Thread Hemphill, Barry
Satish, Unfortunately, you're in for some difficulty. The last time I checked, due to Oracle's (IMHO ridiculous) licensing restrictions, DBD::Oracle cannot be distributed compiled and ready to install e.g. in a ppm package. Instead, you (officially) have to download it in source format and then co

RE: Net-Server package for Win32

2005-01-20 Thread Paul Pettit
> -Original Message- > Mathieu Longtin said: > > I'd suggest using POE (http://poe.perl.org). We're using it > as a complex http server and it's been pretty nice. > > -Mathieu > POE looks very interesting. I'm currently starting up a project to convert a complex C+ client/server app in

Re: Net-Server package for Win32

2005-01-20 Thread Mathieu Longtin
I'd suggest using POE (http://poe.perl.org). We're using it as a complex http server and it's been pretty nice. -Mathieu __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo ___

Win32::Shortcut vs .pif

2005-01-20 Thread Sturdevant-Contractor, Robert W
Hi all,   I'm having some random problems when I create a Windows 2000 shortcut to run some 16-bit legacy dos apps. The problem seems to be memory related and does not occur on all computers. I eventually tried an old .pif icon from Windows NT, maxed out memory alloc and discovered that it a