Parse Excel repeats columns

2006-04-11 Thread Mary Anderson
>Hi All, I have picked up ParseExcel and started to work with it. I am having a problem with code that essentially looks like this: for ($iR = 0; ($oWkS->{MaxRows} && $iR <=$oWkS->{MaxRows}, $iR++){ for ($iC=0; ($oWkS->{MaxCols} && $iC <=$oWkS->{MaxRows}, $iC++){ $o

Performance Degradation of ActivePerl CGI script under IIS

2006-03-07 Thread Mary Anderson
know what is going on -- I don't think it is the time used to interpret the code because the first few records are processed in a reasonable amount of time. I would try using mod_perl, but that is an Apache piece of software. Mary Anderson ___

Second popup-menu displays only one choice

2006-02-08 Thread Mary Anderson
Hi all, I am writing an application (my first!) which calls for a screen with a half dozen or so popup-menus. My test program with two popup-menus displays the first one correctly with the four choices I gave it. The second one displays with only one choice. If I comment out one or the other

ignore last letter

2006-02-03 Thread Mary Anderson
I added the host name and it seems to be allright. Sigh, when will I ever remember that these problems more often then not have simple answers and that serious problems with the installation occur relatively rarely! My apologies Mary ___ ActivePerl ma

Hooking up CGI, DBI and Active Perl

2006-02-03 Thread Mary Anderson
instead of the browser. Any clues as to what is wrong? Thanks Mary Anderson ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

How to use Perl function 'system' in Windows environment?

2006-02-02 Thread Mary Anderson
Hi all, I am writing some CGI scripts to be run in my Windows XP environment. I would like very much to have my script generate e-mail to a user and to take an Excel spreadsheet and run an Excel macro on it. Can someone clue me in on how to do this? Thanks Mary Anderson UCDavis