Hi,
Im running into a simple problem with Perl and MySQL.
How do I do the following MySQL statement on Perl?
SELECT * FROM events WHERE source in ('ERROR','SYSTEM','LOGOFF');
This doesnt work:
##
$source = "'ERROR','SYSTEM','LOGOFF
FYI -- DBD::ODBC 0.40 which should make this better for you has been
released to CPAN a few hours ago.
Regards,
Jeff
> This is partly due to the way DBD::ODBC connects. I believe I changed the
> semantics on this a while back, but the connection is failing. DBD::ODBC
> tries two methods of co
Does anyone know how to add a button to the standard Win32 save as dialog
box?
Thanks.
B (:-) B
[EMAIL PROTECTED]
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
- Original Message -
From: "Iacoboni, Vince" <[EMAIL PROTECTED]>
To: "perl-win32-users" <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 11:47 AM
Subject: Tk: help with pack options
> I'm a newbie to Tk and just want to right-align my BrowseEntry boxes. I
> thought that including (-side
You are just awesome Thanx.
Also teaches me a lot too. :-)
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Carl Jolley
> Sent: Tuesday, April 09, 2002 11:51 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: win-perl regex seem
You don't need to waitfor() the prompt. Just use cmd() and Net::Telnet will
automatically stop reading at the prompt. The prompt will not be included in
the return value of cmd().
This, of course, assumes you've specified the prompt correctly. If this is
your problem, you can use the nice debuggi
Hello all,
I'm using the Net::Telnet module on a SunOS based
system to run a program that resides on a
Windoze 2k server.
By use of the log, I have determined that
connection, and login are fine.
But I keep getting a pattern match timed-out error.
According to the Help, it relates this to
matc