Re: Telnet on Win32

2002-04-11 Thread inshri
why dont u try a combination of 'print' and ' waitfor ' if this does not works... ### open connection and other commands $telnet- print ($username); $telnet - waitfor("password"); $telnet - print($password); $telnet - waitfor("your prompt'); $telnet - print($commands); ."Lillianne

BrowseForFolder problems

2002-04-11 Thread Mark Harris
I'm trying to use Win32::FileOp::BrowseForFolder to create a Directory Select dialog on Windows 2000. I've tried using both the Win32::FileOp subroutine and the Tk::Win32::FileOp wrapper, but in both cases, the modal dialog causes severe display corruption of my mainwindow until the modal dialog

(no subject)

2002-04-11 Thread Kyle Payne
Recently I put in a request to get Active State's Perl Developers Kit. The main reason I want it is to be able to compile a .pl into a .exe. Our very helpful software purchasing department began to research whether or not I need this. They heard from someone saying that I could use perlcc

RE: (no subject)

2002-04-11 Thread Tillman, James
I've tried perlcc. It's not what you want. It doesn't work well at all on Win32 platforms and doesn't hold a candle to Perl2EXE or ActiveState's PerlApp. Perhaps when Parrot is finished it will be usable. jpt -Original Message- From: Kyle Payne [mailto:[EMAIL PROTECTED]] Sent:

Win32::ProcInfo beta testers wanted (was potential new module ...)

2002-04-11 Thread Thomas R Wyant_III
All, The problem of how to get info on another process comes up here from time to time. I had my own incentive to solve the problem (I needed a full path name, and couldn't get it from anywhere I had access to) so with a little help from my friends (including, but NOT limited to, Dave Roth,

RE: (no subject)

2002-04-11 Thread Martin Moss
perlapp (once you've bought the license) works nicely, and allows you to set the icon of the exe, which can be quite useful on windows) Marty -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tillman, James Sent: Thursday 11 April 2002 14:48 To:

RE: log file monitoring script

2002-04-11 Thread Lewis, Chris
Hi all, I'm having a problem with the e-mail portion of my script. When trying to use the MailSend module, I receive the following error: Checking... Undefined subroutine main::sendmail called at logwatch.pl line 46. So I tried using the Mail::Mailer module with the smtp argument, which gives

DBI, DBD::ODBC y MSQLServer 7

2002-04-11 Thread [EMAIL PROTECTED]
I'm using DBI and DBD::ODBC module for get conected to a data base MSQLServer 7 my $DSN = 'driver={SQL Server};Server=Eventos; database=Administrador;uid=Administrator;pwd=;'; my $dbh = DBI-connect(dbi:ODBC:$DSN) or die $DBI::errstr\n; Server's name is: Eventos database's name is:

RE: DBI, DBD::ODBC y MSQLServer 7

2002-04-11 Thread Joe Schell
-Original Message- Behalf Of [EMAIL PROTECTED] I'm using DBI and DBD::ODBC module for get conected to a data base MSQLServer 7 my $DSN = 'driver={SQL Server};Server=Eventos; database=Administrador;uid=Administrator;pwd=;'; my $dbh = DBI-connect(dbi:ODBC:$DSN) or die

PDK 4.01 installation

2002-04-11 Thread Edward G. Orton
I have been trying to install PDK 4.01 on my system. It complains that it cannot find an installation of Perl Build 628+. I have ActivePerl build 628 installed, and have been using it for some time. I do NOT have other versions of ActivePerl installed on this machine. Has anyone else encountered

RE: PDK 4.01 installation

2002-04-11 Thread Scott Campbell
I believe you need build 631 to run PDK 4.01. Scott Campbell Senior Software Developer Somix Technologies (207) 324-8805 http://www.somix.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Edward G. Orton Sent: Thursday, April 11, 2002 1:05 PM To: