[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
[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)
> --
> --
>
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.
> -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
[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
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} =
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
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
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