help converting a mysql statement to perl

2002-04-12 Thread Jaime Teng
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

RE: DBI, DBD::ODBC y MSQLServer 7

2002-04-12 Thread Jeff Urlwin
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

adding button to getSaveFile dialog box

2002-04-12 Thread e-bobby
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

Re: help with pack options

2002-04-12 Thread Jack
- 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

RE: win-perl regex seems to miss 0,0 with s/(\w),(\w)/$1\a$2/g search logic

2002-04-12 Thread macnerd
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

RE: pattern match timeout error using Net::Telnet

2002-04-12 Thread Thomas_M
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

pattern match timeout error using Net::Telnet

2002-04-12 Thread Allegakoen, Justin Devanandan
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