Re: Looping

2002-03-17 Thread Malcolm Debono
Bill, Thanks for all your work, sometimes someone sees beyond what others see. Malcolm - Original Message - From: $Bill Luebkert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 17 March 2002 03:19 Subject: Re: Looping Malcolm Debono wrote: Thank you all for the support. The

Re: Setting Mouse speed with Perl and Win32::API:

2002-03-17 Thread Dax T. Games
I got it to work using the following code, thanks for the help. I need to ask though where did you find the documentation on the constants below. There is more I need to do along these lines and it would be a great help if I new where to find this info. This is probably an easy question but

(no subject)

2002-03-17 Thread Mitko Mitachki
hello folks, I have file with 8 000 rows ih this type: HTTP://alleybaggett.net/members/choices.html LOGiN:kennyken PASSWoRD:luapluap HTTP://alleybaggett.net/members/choices.html LOGiN:mistatramp PASSWoRD:bigdoggs HTTP://allrealgirls.com/members/frames.html LOGiN:BigBoi25 PASSWoRD:proball

Re: [Perl-unix-users] What do these errors mean and how to fix?

2002-03-17 Thread Jenda Krynicky
From: [EMAIL PROTECTED] I am getting the following errors when I execute the code below. Any ideas why and how to fix them? ( I saw something similar posted in the lists before and it had something to do with using my and local variables and/or passing parameters by

Re: Setting Mouse speed with Perl and Win32::API:

2002-03-17 Thread $Bill Luebkert
Dax T. Games wrote: I got it to work using the following code, thanks for the help. I need to ask though where did you find the documentation on the constants below. There is more I need to do along these lines and it would be a great help if I new where to find this info. This is

Multi-level hashes and arrays

2002-03-17 Thread John_Wunderlich
Hi; I need to know if I'm going about this the right way, or if I'm

Re: Multi-level hashes and arrays

2002-03-17 Thread Tim . Moose
John, I am not clear on what you want to do with the data structure; but from what you describe, the syntax looks correct. Why do you say that it does not work? Tim p.s. You can write foreach (FILEIN) { print $_; $config{$custnum}-{$filename}-[$cnt]=$_;

Re: Multi-level hashes and arrays

2002-03-17 Thread Jeffrey
Also, you can remove the - between the hashes and brackets. For example: $config{$custnum}{$filename}[$cnt]=$_; --- [EMAIL PROTECTED] wrote: John, I am not clear on what you want to do with the data structure; but from what you describe, the syntax looks correct. Why do you say that it

Re: Setting Mouse speed with Perl and Win32::API:

2002-03-17 Thread Jack
- Original Message - From: Dax T. Games [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 5:44 AM Subject: Re: Setting Mouse speed with Perl and Win32::API: I got it to work using the following code, thanks for the help. I need to ask though where did you find the