Re: OLE/M$ Excel and finding sheets

2006-03-17 Thread Lynn. Rickards
[EMAIL PROTECTED] wrote: For those interested I decided to play around with simply finding a specific sheet and see what happens if i started with the most basic calling by name. the following is my code/errors. On the two times that it asked if there was an added sheet, it created a new workbo

RE: OLE/M$ Excel

2006-03-17 Thread Josh . Perlmutter
[EMAIL PROTECTED] wrote on 03/17/2006 03:05:18 PM: > Today's Topics: > >4. OLE/M$ Excel and finding sheets ([EMAIL PROTECTED]) >5. RE: OLE/M$ Excel and finding sheets (Brian Raven) > -- > -- >

RE: bug in perl 5.8.8?

2006-03-17 Thread Jan Dubois
On Fri, 17 Mar 2006, Octavian Rasnita wrote: > > I have tried to run the following test script under perl 5.8.8 > (Windows 2000) but I cannot stop it using control+break or control+C. > I have no problem when using older versions of perl (5.8.7 or 5.8.6). > > What can I do? Just switch back to 5.8.

RE: DBD-AnyData questions

2006-03-17 Thread Wayne Simmons
> -Original Message- > From: Wayne Simmons [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 16, 2006 12:28 PM > (DBD-AnyData v0.05 / DBD-File v0.34)? looks like there's a newer version of DBD-AnyData on cpan version 0.08. Is there a reason the Activestate repositories have an older ver

RE: OLE/M$ Excel and finding sheets

2006-03-17 Thread Brian Raven
[EMAIL PROTECTED] <> wrote: > For those interested I decided to play around with simply finding a > specific sheet and see what happens if i started with the most basic > calling by name. the following is my code/errors. On the two times > that it asked if there was an added sheet, it created a new

bug in perl 5.8.8?

2006-03-17 Thread Octavian Rasnita
Hi, I have tried to run the following test script under perl 5.8.8 (Windows 2000) but I cannot stop it using control+break or control+C. I have no problem when using older versions of perl (5.8.7 or 5.8.6). What can I do? Just switch back to 5.8.7? Thank you. use strict; my $exit; $SIG{INT} =

OLE/M$ Excel and finding sheets

2006-03-17 Thread Josh . Perlmutter
For those interested I decided to play around with simply finding a specific sheet and see what happens if i started with the most basic calling by name. the following is my code/errors. On the two times that it asked if there was an added sheet, it created a new workbook instead and did not cr

Re: Need help with range operator

2006-03-17 Thread Craig Cardimon
Thanks for the replies, folks! I got all kinds of responses. I've seen a "here's one way to do it," a "we could use more information on what you're trying to do," and a "this is not what the range operator was meant to do." It's kind of fascinating, really. List members use perl for different ta

RE: Problem with range operator

2006-03-17 Thread Brian Raven
Craig Cardimon <> wrote: > I need to read a large text file line by line until a certain tag is > found, say . This tag will exist on a line by itself. Then I > need read in all subsequent lines, appending them to each other, > until the ending tag is found, again on a line by itself. > > My l