Re: Store hash in SQL - Data::Dumper

2005-05-02 Thread Jeff Schultz
On 5/2/05, Suresh Govindachar <[EMAIL PROTECTED]> wrote: > Chris Sent on 2 May 2005 16:02:02 -0400: > > > I can now turn the %hash into text, but I don't understand > > how to make it correctly formatted. > > > > --- > > %hash = ( > > 'John' => { > >

Re: captive cursor

2005-04-29 Thread Jeff Schultz
> The problem here seems to be with -multiline, because if you comment that > out it works. Probably best to use a RichEdit. > I just wanted to add that this is standard Windows multiline textbox behavior. Tab and Enter keys are kept within the control because they are supposed to be and that is

Re: FTP modules

2005-04-28 Thread Jeff Schultz
What's wrong with Net::FTP? I have used this several times in the past and it works fine. perldoc Net::FTP On 4/28/05, Kelly Stumbaugh <[EMAIL PROTECTED]> wrote: > Does anyone running Perl on Windows recommend a module for FTP? I have > tried Net::FTP::Common, but I can't get it to work and the

Re: Win32::OLE behavior on IMessageFilter::HandleIncomingMessageSERVERCALL_RETRYLATER

2005-04-13 Thread Jeff Schultz
On 4/13/05, Jan Dubois <[EMAIL PROTECTED]> wrote: > > Win32::OLE only implements OLE Automation (access to IDispatch interfaces). > If you want transparent retries from scripting languages then you need > to implement this in your IDispatch interface implementation yourself. > Thanks for the resp

Win32::OLE behavior on IMessageFilter::HandleIncomingMessage SERVERCALL_RETRYLATER

2005-04-13 Thread Jeff Schultz
I am curious about Perl Win32::OLE's implementation (or lack thereof) of the IMessageFilter interface. I have a COM server which implements IMessageFilter in order to prevent reentrancy and serialize calls into a second COM server. In the IMessageFilter::HandleIncomingCall implementation I return