Re: Win32-Daemon module installation problem!

2003-10-16 Thread Trevor Joerges [SendMIME Software]
Title: Win32-Daemon module installation problem! It installs fine for me from Roth.net. You could try Jenda's repo too - I believe it is there also. http://Jenda.Krynicky.cz/perl Sorry about the HTML post. I post in text but reply in the format posted so that the poster receives replies in

HTML::Parser

2003-10-16 Thread Noushad Dawood
I don't know why this error still comes up? I got all these files properly installed in my perl lib directory. I'm stuck with this. Can some one help me resolve this please? Thanks and regards, /nd Can't locate loadable object for module HTML::Parser in @INC (@INC contains: c:/perl/5.6.1/lib

AW: Win32-Daemon module installation problem!

2003-10-16 Thread NPopovici
Title: AW: Win32-Daemon module installation problem! Could you please tell me what version of Perl do you have and what version of WIndows ? I get the same message no mather what I do . Thanks, Nicu -Ursprüngliche Nachricht- Von: Trevor Joerges [SendMIME Software]

RE: problem in Stored procedure Returning curser

2003-10-16 Thread Moon, John
Note that the ? is not enclosed in quotation marks, even when the placeholder represents a string. Some drivers also allow placeholders like :name and :n (e.g., :1, :2, and so on) in addition to ?, but their use is not portable. Undefined bind values or undef can be used to indicate null values.

(no subject)

2003-10-16 Thread Lee Goddard
Has anyone any idea why this might appear in some perl code? warn ${line}; Why not just $line? Thanks for your thoughts lee ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe:

RE: HTML::Parser

2003-10-16 Thread Lynn. Rickards
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Noushad Dawood Sent: Thursday, October 16, 2003 10:14 AM To: [EMAIL PROTECTED] Subject: HTML::Parser I don't know why this error still comes up? I got all these files properly installed in my

Tk forgetting grid labels.

2003-10-16 Thread Beckett Richard-qswi266
Guys, I have a Tk GUI, which contains a notebook. On a particular page, I use grid to place some rows of labels. The user can initiate a command that results in there being less rows of labels on this page, however when they do, the old labels are still there. How do I get rid of them? I've

RE: Error in DBI with MySQL

2003-10-16 Thread Moon, John
Please try q|SELECT * FROM users| ... If I recall qq| .. or .. with a splat * caused me some problems ... Hope this helps jwm -Original Message- From: Mundell, R. (Ronald) [mailto:[EMAIL PROTECTED] Sent: October 16, 2003 07:36 To: [EMAIL PROTECTED] Subject: Error in DBI with

RE: (no subject)

2003-10-16 Thread Moon, John
tim-toady ... :) jwm -Original Message- From: Lee Goddard [mailto:[EMAIL PROTECTED] Sent: October 16, 2003 10:59 To: Perl Win32 Users (E-mail) Subject: (no subject) Has anyone any idea why this might appear in some perl code? warn ${line}; Why not just $line? Thanks for

RE: Win32-Daemon module installation problem!

2003-10-16 Thread John_Ramsden
Title: Win32-Daemon module installation problem! The ppm utilityrefers toa .ppd (Perl Package Definition)files for a module, and this filedefines one or more 'implementations' on which themodule can run. Ineach such implementation definition is an architecture name and an associated

RE: Tk forgetting grid labels.

2003-10-16 Thread Lynn. Rickards
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Beckett Richard-qswi266 Sent: Thursday, October 16, 2003 11:07 AM To: '[EMAIL PROTECTED]' Subject: Tk forgetting grid labels. Guys, I have a Tk GUI, which contains a notebook. On a particular

RE: HTML::Parser

2003-10-16 Thread Noushad Dawood
Lynn, I've 2 sets of lib. May be it is conflicting. Now I've removed site. Still not okay with HTML::Parser. Here is the new error message. Can't locate loadable object for module HTML::Parser in @INC (@INC contains: c:/perl/5.6.1/lib .) at c:/perl/5.6.1/lib/HTML/Entities.pm line 108

RE: (no subject)

2003-10-16 Thread Lee Goddard
| Lee Goddard wrote: | | Has anyone any idea why this might appear | in some perl code? | | warn ${line}; | | Why not just $line? | | Hi Lee. | | No reason, except that it may be site coding standards? Turns out the guy thought it was faster for string interpolation. He misread

DBI::ProxyServer question

2003-10-16 Thread Dave_King
Hello folks, I am looking for advice on the following DBI::ProxyServer issues where my clients and servers are all Windows 2000 machines and I'm using ActivePerl 5.8.0 and DBI 1.37 and PlRPC 0.2017. At first, it looked great, just plug and play! Then I noticed, with --mode=threads, the server

${foo} not $foo

2003-10-16 Thread Lee Goddard
| Lee Goddard wrote: | | Has anyone any idea why this might appear | in some perl code? | | warn ${line}; | | Why not just $line? | | Hi Lee. | | No reason, except that it may be site coding standards? Apparently, according to the author's copy of Learning Perl, it is the fastest way

RE: HTML::Parser

2003-10-16 Thread Lynn. Rickards
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Noushad Dawood Sent: Thursday, October 16, 2003 11:25 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: HTML::Parser Lynn, I've 2 sets of lib. May be it is conflicting. Now I've

Re: HTML::Parser

2003-10-16 Thread michael higgins
[EMAIL PROTECTED] wrote: I don't know why this error still comes up? I got all these files properly installed in my perl lib directory. I'm stuck with this. Can some one help me resolve this please? Maybe you need to check for the missing 'loadable objects'. Look for loadable objects under

How do you print to a network printer?

2003-10-16 Thread George Gallen
Title: How do you print to a network printer? I've tried this (below) and it doesn't work. It doesn't die, and does display Running on the screen, but the printer doesn't print anything, nor does it blink that it is receiving anything. Thanks George #!/perl/bin/perl.exe # open

ErrorI am trying to get the print modules to work (Printer.pm and Win32.pm)

2003-10-16 Thread Russbucket
I made changes suggested by Bill Luebkert to the Printer.pm and Win32 modules. These help but I am continuing to get the following error: Can't call method list_printers on unblessed reference at printe~1.pl at line 9 snip #!c:\perl\bin\perl print Content-type:text/html\n\n; use Printer; use

RE: Win32::Sound(tada.wav,SND_ASYNC) fault

2003-10-16 Thread Peter Guzis
Here is some working volume control code that I have used for quite some time in my own application. I struggled with Win32::Sound far too long. A quick visit to Microsoft MSDN and a little time spent with Win32::API paid off. ## use strict; use Win32::API; use constant MAX_VOLUME = 65535;

Win32-API sanity check.

2003-10-16 Thread Adam R. Frielink
Below are 2 sections of code, the second works properly for selecting the printer for which a Crystal Report will print via the API. The first section is written to allow the user to send the report to any of the installed printers on his machine. Does anyone see an error in this code, compared

Re: ErrorI am trying to get the print modules to work (Printer.pm and Win32.pm)

2003-10-16 Thread $Bill Luebkert
Russbucket wrote: I made changes suggested by Bill Luebkert to the Printer.pm and Win32 modules. These help but I am continuing to get the following error: Can't call method list_printers on unblessed reference at printe~1.pl at line 9 snip #!c:\perl\bin\perl print

Re: Win32-Daemon module installation problem!

2003-10-16 Thread Bernard Kenik
Title: Win32-Daemon module installation problem! What this means is that you do you have the appropriate machine...Some of the modules require that your machine is a server such as Window 2000. It will not run on a Windows 98 machine which is not a suitable installation target. -