Mail::Sender help needed

2001-05-30 Thread Waseem Aslam
my system is windows 2000 , IIS 5.0 i am using the Mail::Sender module with the code below, the problem is that all the e-mails are saved to the c:\Inetpub\mailroot\queue there is also another file in the dir which is called NTFS_e121a4c001c0fc1d0001.EML the file type for this is :Certif

Re: Re: Komodo

2001-05-30 Thread Mark Bergeron
No problem. I've been using ActiveState stuff for years and just found out about it myself. Komodo is an IDE for Perl development (along with some others) which allows you to create projects, debug code and pull a few tricks out of your hat. It's built on Mozilla. That means the interface is bu

OT RE: Komodo

2001-05-30 Thread Lee Goddard
> > Hello group, > > Has anyone been using Komodo for their development? What do you > > think of it? I find it a little klunky. It doesn't scroll very > > well and the cursor and highlight features are slow. What do you > > guys think? > > FWIW, I don't touch it out of principal. Which? The

RE: Komodo

2001-05-30 Thread Peter Eisengrein
Pardon my ignorance, but what is it? > -Original Message- > From: Lee Goddard [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 30, 2001 3:57 PM > To: Mark Bergeron; [EMAIL PROTECTED] > Subject: RE: Komodo > > > > Hello group, > > Has anyone been using Komodo for their development? Wha

Re: Re: Komodo

2001-05-30 Thread Mark Bergeron
I agree, the reg. expression tool is nice. Needs more customization features to tweak out the interface too. Mark -Original Message- From: "Jamison, Shawn"<[EMAIL PROTECTED]> To: "Mark Bergeron"<[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Wed May 30 12:44:32 PDT 2001 Subject: Re: Komodo

RE: Komodo

2001-05-30 Thread Lee Goddard
> Hello group, > Has anyone been using Komodo for their development? What do you > think of it? I find it a little klunky. It doesn't scroll very > well and the cursor and highlight features are slow. What do you > guys think? FWIW, I don't touch it out of principal. Lee _

RE: Komodo

2001-05-30 Thread Jamison, Shawn
It's decent. Memory pig and really slow to start up. I have to shut it down and restart it once or twice a day to keep it from being flaky. Hate the fact that I can't set the line terminators myself when editing Unix files on a win machine. The regular expression tool is killer! It almost

Re: Interacting with COM+ w/ Perl?

2001-05-30 Thread Ron Grabowski
> ' We have the database so lets set the properties that we want. > CompObject.Value("ConstructionEnabled") = True > CompObject.Value("ConstructorString") = Chr(34) + > "Provider=SQLOLEDB;Driver={SQL Server};User > ID=momma;Password=;DATABASE=BigDog;SERVER=" & strServer & ";" + Chr(34) > > Anyone

Komodo

2001-05-30 Thread Mark Bergeron
Hello group, Has anyone been using Komodo for their development? What do you think of it? I find it a little klunky. It doesn't scroll very well and the cursor and highlight features are slow. What do you guys think? Mark Bergeron "A Duck!" ___ GO

Win32::AuthenticateUser

2001-05-30 Thread Corley, Bert [Contractor]
Apparently this module is part of v5.6 but I can't find the actual module for installation. My goal is to use this module with v5.005_03. Any ideas or suggestions would be appreciated. ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv

RE: directory

2001-05-30 Thread Tanya Graham
it appears to work...thanks so much! i'll test it more thoroughly after lunch :) thanks again tanya graham -Original Message- From: Rubinow, Larry [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 11:59 AM To: 'Tanya Graham'; 'Troy Sniff'; [EMAIL PROTECTED] Subject: RE: directory

RE: directory

2001-05-30 Thread Rubinow, Larry
Tanya Graham wrote: > actually, it was almost perfect before, it would just add teh > copyright > thing a few extra times...sometimes it wouldn't do it at all. > i cant' really > detect a pattern as to which files to which it is doing it > extra...i get teh > infinite loop now that i'm working

RE: directory

2001-05-30 Thread Tanya Graham
actually, it was almost perfect before, it would just add teh copyright thing a few extra times...sometimes it wouldn't do it at all. i cant' really detect a pattern as to which files to which it is doing it extra...i get teh infinite loop now that i'm working with the array. that code is in my la

RE: directory

2001-05-30 Thread Troy Sniff
It is looping because of what you said. Windows will place the modified files at the end of the directory. Thus when you modify the last unmodified file, it will continue with already modified files because they were appended to the end of the directory. This can continue forever. Try reading y