RE: Help, fileevent (Tk) fails in NT for sockets

2000-11-06 Thread erskine, michael
> -Original Message- > From: MACKENZIE,IAN (A-Scotland,ex1) > [mailto:[EMAIL PROTECTED]] > Sent: 06 November 2000 12:53 > To: '[EMAIL PROTECTED]' > Subject: Help, fileevent (Tk) fails in NT for sockets > I have a PerlTk program that uses sockets with the fileevent > set to call the callb

RE: Help Installing Win32::GUI

2000-11-06 Thread Trevor Joerges
Title: RE: Help Installing Win32::GUI Worked like a charm. Thanks Jenda. Trevor J. Joerges http://members.home.net/tjoerges -Original Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED]] Sent: November 4, 2000 08:12 AM To: [EMAIL PROTECTED] Subject: RE: Help Installing Win32::

Installing cpan modules

2000-11-06 Thread barons
I had a couple of questions about installing a module without using ppm. Or I should say when it's not available via ppm. I took time today to research this and figured out how to do it. At least it works for me. So I thought I would share it with the group. Im running Win2000, but would assume ;-

HTML::Parser

2000-11-06 Thread Lee Goddard
Has anyone already sub-classed HTML::Parser to return all the text at the current location, rather than a silly little chunch? Thanks, lee ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-us

Help, fileevent (Tk) fails in NT for sockets

2000-11-06 Thread MACKENZIE,IAN (A-Scotland,ex1)
I have a PerlTk program that uses sockets with the fileevent set to call the callback sub when the socket filehandle is readable, this works fine in unix but in WINNT the filevent calls ths callback sub even when there is no connection to the socket filehandle, has ANYONE found a fix to this dam

Word User Interactivity and Win32::OLE

2000-11-06 Thread Dave Widener
Hi. I've performed a fairly exhaustive search for example scripts using Win32::OLE to create custom interactive tools (i.e. dialog boxes, message screens, etc. based upon events and/or macro's). I am trying to write most of the the automation tools in Perl if possible. I have some experience wi

Need a Module

2000-11-06 Thread stanley . g . martin
I cannot get to David Roth's site through PPM. Could someone send me the module Win32::Eventlog::Message? Stanley G. Martin Midwest Consulting Group Sprint Finance Reengineering 913.315.3133 [EMAIL PROTECTED]

installing DBIx::Recordset

2000-11-06 Thread steve silvers
Im sure the DBIx::Recordset module is not part of the standard Activestate ppm. I want to use this module. Im on Win 2000 with IIS 5. Right now if I run a test script I obviously get the error: Can't locate DBIx/Recordset.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) Help me unde

WIN32::ODBC (12K+ INSERT OK/12K+ SELECT BAD)

2000-11-06 Thread Mike Kangas
Hey All, Using SQL Server and a Win2000 Pro machine. I have been able to insert 8K worth of data into a field and successfully retrieve it. But, I have reached a breaking point at 12K+. At 12K+ the data is inserted properly but I am unable to retrieve it. I know that it was successfully in

HTML::Pager

2000-11-06 Thread steve silvers
I installed the HTML::Pager and HTML::Template modules. Does anyone have a sample of how the two work together. Perferably calling rows from a database using DBI. Thanks in advance. Steve _ Get Your Private, Free E-mail fro

RE: Insatlling module

2000-11-06 Thread erskine, michael
> -Original Message- > From: barons [mailto:[EMAIL PROTECTED]] > Sent: 06 November 2000 14:47 > To: [EMAIL PROTECTED] > Subject: Insatlling module > > > I downloaded the HTML::Pager module from cpan. I have a zip > on my desktop. How > do I install it? I used to installing with ppm.

PPM Request: Unicode::String

2000-11-06 Thread Philip Newton
Hi, I'd like to have Unicode::String added to the 522 PPM repository. I believe builds 6xx have Unicode support already, but I'm still using 522 here, and would like to use this module; however, it includes an XS component. Thanks a lot! Cheers, Philip __

Insatlling module

2000-11-06 Thread barons
I downloaded the HTML::Pager module from cpan. I have a zip on my desktop. How do I install it? I used to installing with ppm. Thanks in adance. -- http://www.provide.net ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.

RE: Getting modules

2000-11-06 Thread erskine, michael
> -Original Message- > From: barons [mailto:[EMAIL PROTECTED]] > Sent: 06 November 2000 12:50 > To: [EMAIL PROTECTED] > Subject: Getting modules > Is there a repository where I can use ppm to get > HTML::Template > and > HTML::Pager HTML::Template is available as PPM package from the

Word User Interactivity and Win32::OLE

2000-11-06 Thread Dave Widener
Hi. I've performed a fairly exhaustive search for example scripts using Win32::OLE to create custom interactive tools (i.e. dialog boxes, message screens, etc. based upon events and/or macro's). I am trying to write most of the the automation tools in Perl if possible. I have some experience wi

RE: Automation Objects within Outlook

2000-11-06 Thread Dave . Clarke
Carey, Here is an extract from a test script for Outlook. HTH. $Message = $ActiveSession->Outbox->Messages->Add(); $Recipient = $Message->Recipients->Add(); $Recipient->{Name} = 'Dave Clarke' $Recipient->{Type} = 1; # ugly constant, means this is a To address

Getting modules

2000-11-06 Thread barons
Is there a repository where I can use ppm to get HTML::Template and HTML::Pager Thanks in advance. Allan -- http://www.provide.net ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-user

RE: Getting modules

2000-11-06 Thread erskine, michael
> -Original Message- > From: Christopher Hahn [mailto:[EMAIL PROTECTED]] > Sent: 04 November 2000 21:09 > To: Perl-Win32-Users (E-mail) > Subject: Getting modules > If I find a module list in ppm, the Perl Package > Manager, then I can just install it from there. > If however I do not see