Re: checking for infinite loops

2007-02-01 Thread Sisyphus
- Original Message - From: Chris Rodriguez To: perl-win32-users@listserv.ActiveState.com Sent: Friday, February 02, 2007 8:05 AM Subject: Re: checking for infinite loops > Many thanks to Rob for doing this! > I do in fact have perl 5.6. I typed in Rob's modifications to my code, > hop

Re: Perl-Win32-Users Digest, Vol 7, Issue 1

2007-02-01 Thread Tim CHURCHES
rstand what I'm doing wrong. I've done things similar to this many times. Can anyone see any problems with the above code??? Thanks in advance for any help. Glen Plantz Mitchell International San Diego, California -- next part -- An HTML attachment was scrubbed... UR

Re: checking for infinite loops

2007-02-01 Thread Chris Rodriguez
Many thanks to Rob for doing this! I do in fact have perl 5.6. I typed in Rob's modifications to my code, hoping that perhaps all I needed was say, the "use warnings;" line of his. But it still failed. My error message includes "The Unsupported function alarm function is unimple

Re: Problem with error "Can't call method "Select" on an undefined value" in Win32::OLE Excel script

2007-02-01 Thread Jan Dubois
On Thu, 1 Feb 2007 10:22:55 -0800, "Glen Plantz" <[EMAIL PROTECTED]> wrote: ># *** > >I get the error " "Can't call method "Select" on an undefined value" on >the line: > > >$excel_Retrieve_Workbook->ActiveSheet->Range("A4")->Select(); > >#

Problem with error "Can't call method "Select" on an undefined value" in Win32::OLE Excel script

2007-02-01 Thread Glen Plantz
Hi Folks, I'm having trouble with code that I've done hundreds of times before, but which in this case is causing the error "Can't call method "Select" on an undefined value". Here is a snippet of code: my $excel_app = Win32::OLE->new('Excel.Application') or die "could not creat