Win32::OLE help

2002-05-29 Thread parvez
Can I read an excel sheet whise values are changing dynamically using Win32::OLE perl module -- Parvez I. Pathan Jr. Programmer Infotech Financials Pvt. Ltd. Mumbai (INDIA) Phone : +91 22 826 4183/85/87 Fax : +91 22 831 4598 http://www.infofin.com

Error handling in Win32::OLE

2002-05-29 Thread parvez
How do I catch various exceptions in the programs that use Win32::OLE -- Parvez I. Pathan Jr. Programmer Infotech Financials Pvt. Ltd. Mumbai (INDIA) Phone : +91 22 826 4183/85/87 Fax : +91 22 831 4598 http://www.infofin.com

RE: Error handling in Win32::OLE

2002-05-29 Thread Tillman, James
Try looking up Win32::OLE in the ActivePerl help file. It has information on this. jpt -Original Message-From: parvez [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 29, 2002 7:25 AMTo: [EMAIL PROTECTED]Subject: Error handling in Win32::OLEHow do I catch various

Re: Error handling in Win32::OLE

2002-05-29 Thread parvez
Hi, I have tried that but cud'nt get past the error. I am trying to read an Excel sheet whose values are changing dynamically. Here is a code snippet of what I am trying to do : some code if(defined $Sheet->Cells($row,1)->{'Value'}) { $symbol = $Sheet->Cells($row,1)->{'Value'}; next

RE: Error handling in Win32::OLE

2002-05-29 Thread Tillman, James
What error couldn't you get past? What line number did it occur on? jpt -Original Message-From: parvez [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 29, 2002 7:45 AMTo: Tillman, James; [EMAIL PROTECTED]Subject: Re: Error handling in Win32::OLEHi, I have tried that

RE: Error handling in Win32::OLE

2002-05-29 Thread Tillman, James
Read the part of the Win32::OLE docs related to "Module Options" and check the "Warn" option. I believe this is the information you're after. jpt -Original Message-From: parvez [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 29, 2002 8:14 AMTo: Tillman, JamesSubject: Re:

Perl CGI on IIS Win XP

2002-05-29 Thread John
Can I run CGI scripts on IIS (Win XP version)? If so, how? --- Regards John McMahon (mailto:[EMAIL PROTECTED]) ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Perl CGI on IIS Win XP

2002-05-29 Thread Frederic Bournival
Simple ? ActivePerl ! http://www.activestate.com/Products/ActivePerl/ I hope i well understood the question ... Pardon my english :) - Original Message - From: John [EMAIL PROTECTED] To: Perl-Win32-Users [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 8:38 AM Subject: Perl CGI on

Win32::OLE import into Excel

2002-05-29 Thread Mark D. Veerman
Hello, I'm trying to import some data into excel. I'm using Win32::ODBC to grab the data, and then using FetchRow to assign each row of data into a hash. Excel complains if there's an uninitialized value in any of the cells, so I'll have to test for that when I'm looping through the data. My

Question? am I using this service correctly...

2002-05-29 Thread Figuerido
Hi, I am not sure it this is how I am suppose to post a message. I am very new to Win32 perl and have a question. What I am trying to do is write a script that will open a specific directory and delete the files contained there. For example I would like to be able to have a script that

Re: Win32::OLE import into Excel

2002-05-29 Thread Jan Dubois
On Wed, 29 May 2002 10:32:34 -0400, Mark D. Veerman [EMAIL PROTECTED] wrote: My code is below. I've been able to successfully test for an empty fields with the $ttl field - however, I'm concerned that adding that logic to every field will slow things down. Since I'm new to programming - I feel

RE: Question? am I using this service correctly...

2002-05-29 Thread Tillman, James
While this could probably be done using Perl, managing the temporary files and cookies kept by IE is a task that requires working closely with IE to avoid inadvertently deleting useful stuff. I would recommend using an app that already does this. A Google search for "CacheSentry" will

run a perl script as a different user under apache on Windows 2000

2002-05-29 Thread Norris, Joseph
Group, The subject says it all. All I want to do is run a perl script from cgi as different user under apache on windows2000. Right now I think ( not sure here ) that my called perl script is being ran as the same user as my apache server is running LocalSystem. This is a problem as my perl