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: Perl
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 t
> -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 di
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: Admini
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
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
Can people please start putting subjects into their e-mails?
My filtering system deletes any e-mails without a subject.
Thanks
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
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: T
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 inste
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
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, Jend
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 Dyks
12 matches
Mail list logo