RE: Confused by various Tk and GUI packages...?

2007-05-11 Thread Jan Dubois
On Thu, 10 May 2007, Roode, Eric wrote: > Can Tkx (or Tcl in general) use custom-made Windows widgets developed > in .NET and loaded via DLL? I don't think you can do this. There is a .NET binding for Tcl called TclBridge that allows you to use .NET objects from Tcl, but I don't think you can com

RE: Plans for Perl 6

2007-05-11 Thread Jan Dubois
On Wed, 09 May 2007, Foo JH wrote: > > The ActiveState preferred choice of Perl GUI toolkit is Tkx (or > > Tcl::Tk). > > > I like the GUI version of PPM. Very clean. Helped me identify a new > version of DBI along the way... > > And I agree with you that wxPerl isn't exactly easy to learn either. >

RE: how to run a sql by passing variable

2007-05-11 Thread Roode, Eric
> From: Praveen G Siddavarapu > Sent: Thursday, May 10, 2007 8:45 PM > To: activeperl@listserv.ActiveState.com > Subject: how to run a sql by passing variable > > > All > > I have the below sql, it returns two rows, and I need to pass these > two dates and run another sql, how do I do that.. ba

RE: how to run a sql by passing variable

2007-05-11 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Praveen G Siddavarapu Sent: 11 May 2007 01:45 To: activeperl@listserv.ActiveState.com Subject: how to run a sql by passing variable > All > > I have the below sql, it returns two rows, and I need to pass these two dates and run anoth