when i run the command my $document = Win32::OLE->GetObject($wordfile) or die "Cannot create object \n"; it works fine for 1 host but on other host i get error: Win32::OLE(
0.1502) error 0x80070005: "Access is denied" at
___
Perl-Win32-Users mailing list
alarm() is emulated on Windows. It
works at the Perl level, but it doesn’t interrupt while you are executing
XS code, and it will also not terminate blocking system calls.
There is no way to abort an OLE call short
of terminating the process as far as I can tell. The only exception wou
>Hi all,
>I'm using fork() and waitpid(0
and am having trouble reaping my dead children when processing a CGI. I can run
similar >code from the command line and it works fine... but for some
reason, when the CGI is processing... the first child is >reaped... but all
subsequent children
I feel like I'm asking a dumb question
but is 'alarm' implemented under Win32 in ActiveState Perl 5.8.8 build
817?
When I try to use the alarm function
from Time::HiRes, I receive the following...
Time::HiRes::alarm(): unimplemented
in this platform at pmpmark.pl line 112.
...propaga
On Tue, 25 Apr 2006, John Deighan wrote:
> Twice now, I've installed the latest ActivePerl (from
> perl-win32-users@listserv.ActiveState.com), and both times, after the
> installation my Perl/bin folder does not contain PerlIsEx.dll (that's
> a lowercase 'L' followed by an uppercase 'i' as the 4th
Hi all,I'm using fork() and waitpid(0 and am having trouble reaping my dead children when processing a CGI. I can run similar code from the command line and it works fine... but for some reason, when the CGI is processing... the first child is reaped... but all subsequent children just run foreve
Twice now, I've installed the latest ActivePerl (from
perl-win32-users@listserv.ActiveState.com), and both times, after the
installation my Perl/bin folder does not contain PerlIsEx.dll (that's
a lowercase 'L' followed by an uppercase 'i' as the 4th and 5th
letters). Any ideas?
I'm running Mi