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' => {
> >
> 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
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
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
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