Re: PSH ppm install

2002-05-30 Thread Jenda Krynicky
From: [EMAIL PROTECTED] > Can yo please tell me how do I get and install the PSH ppm for > my > Windows NT machine? > My perl is setup in the "Program Files" Dir, and the nmake will not > install since the folder name has a space in it. Easy solution: Reinstall your perl into a difere

RE: Recommendation for ADODB or Win32::OLE reference

2002-05-30 Thread Bradley K. Embree
here is a link that helped me a great deal: http://sunsite.berkeley.edu/ead/eaddb/fundamentals.html hope it helps, Brad > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Leila Lappin > Sent: Thursday, May 30, 2002 3:26 PM > To: [EMAIL PROTECTE

RE: Recommendation for ADODB or Win32::OLE reference

2002-05-30 Thread Haimov, Eugene
Hi Leila, See if this helps: $Conn = Win32::OLE->new('ADODB.Connection', sub {$_[0]->Close();}) # note destructor here ! || die "CreateObject: $!"; $Conn->Open ( $DSN, $UID, $PWD ); # There are also other ways to do it

Recommendation for ADODB or Win32::OLE reference

2002-05-30 Thread Leila Lappin
Hi all, I need a source of information, either online or a book, on how to update an Access table using Win32::OLE and ADODB from a Perl script. Currently all I can do is SELECT * FROM table_name. I cannot even query on specific fields, if I change the query to name specific fields I get OLE e

Re: "archive-zip" installation in PPM - beginner question

2002-05-30 Thread Ron Grabowski
> Tried to install under PPM> install archive-zip, it > say "can not locate PPD file for archive-zip". I have > the same error message with the OLE package. I just installed it under build 629: --- C:\>perldoc archive::zip No documentation found for "archive::zip". C:\>ppm install archive-zip I

RE: Weird One

2002-05-30 Thread jjore
How about posting the code? There isn't enough information here to see why it's behaving differently. And why not use tail instead of re-implementing it in perl? Josh "Sabherwal, Balvinder \(MBS\)" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/30/2002 02:28 PM                 To:    

RE: Weird One

2002-05-30 Thread Sabherwal, Balvinder \(MBS\)
>Does it DO anything stressful when it finds changes? Can you see any >particularly higher rate of messages in the syslog on the 450 which >could give it more data to act on? How does the size of the syslog >files compare on each? What are you using to perform your tail? It do not do anything

RE: Weird One

2002-05-30 Thread Gould, Kevin
Does it DO anything stressful when it finds changes? Can you see any particularly higher rate of messages in the syslog on the 450 which could give it more data to act on? How does the size of the syslog files compare on each? What are you using to perform your tail? -Original Message

RE: Weird One

2002-05-30 Thread Sabherwal, Balvinder \(MBS\)
The script it doing a tail on the errorlog file. It sleeps for 5 seconds and re-scan's the errorlog for any new messages. All the server are of 400 MHz processors and they do have a different amount of memory. The only server where it is using 24% CPU is the one which has 450 MHz CPU's. -Orig

RE: Weird One

2002-05-30 Thread Gould, Kevin
I think we'd all like to know: -are the servers identically configured (memory, CPU) -in brief, what is the script doing (what task is it performing) -Original Message- From: Sabherwal, Balvinder (MBS) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 1:52 PM To: [EMAIL PROTECTED]

"archive-zip" installation in PPM - beginner question

2002-05-30 Thread yzhang1908
Tried to install under PPM> install archive-zip, it say "can not locate PPD file for archive-zip". I have the same error message with the OLE package. Thanks, Yi > > Can you give me a list of (all known) ppm repositories for the > > ActivePerl build 6xx? > > Or the URLs of sites concerning ppm.

Weird One

2002-05-30 Thread Sabherwal, Balvinder \(MBS\)
Guru's, I have a perl script which runs on Unix boxes as a daemon. I have 4 boxes all Solaris 8 with Active Perl 5.6. The script is exactly the same on all the boxes. Still when I do the top, it show's me way to different numbers for the CPU % used by the script. on one of the box its 0.01%, on s

RE: Running a batchfile from CGI on Win2k server

2002-05-30 Thread Gould, Kevin
Probably best of all, go to Sysinternals.com and get Filemon. Run it while you try to access your page, and watch for what file accesses are being denied. I've saved more work and frustration using that tool. -Original Message- From: Steve Malbon [mailto:[EMAIL PROTECTED]] Sent:

RE: Running a batchfile from CGI on Win2k server

2002-05-30 Thread Steve Malbon
Actually under IIS you can nominate the NT identity which you wish your website to use, this need not be the same for all sits running on the same copy of IIS. However, the point is true that you need to make sure the NT identity which IIS is using has the correct filesystem permissions for your s

RE: run perl script in silent mode

2002-05-30 Thread Gould, Kevin
Check this out. I'm sure you can find an appropriate solution from those presented. http://www.jeb.ca/howto/Win32-GUI-HOWTO-7.html -Original Message- From: Michele Knight [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 2:33 PM To: [EMAIL PROTECTED] Subject: run perl script i

RE: Running a batchfile from CGI on Win2k server

2002-05-30 Thread Haimov, Eugene
Mike, I am not a guru in that, but scripts running from under IIS are running under different NT account than thos that run from your DOS-prompt. When you are in DOS-prompt, the scripts have all the permissions you yourself have. When in IIS, it is something like "Nobody" (not sure on exact techn

Uploading a PDF file

2002-05-30 Thread Art & Alisa Davis
A while back, I was working on trying to upload a PDF file for a website I do free for my son's school. The deal right now is that the lunch room lady sends me a pdf file of the school's bi-weekly lunch menu and I ftp it over to the website. I was wanting to "cut out the middle man" or woman, me,