Re: Win32::AdminMisc problems

2002-10-18 Thread Carl Jolley
Here are my guesses. 1. It's a file permissions problem. Any time I see a: open(OUT_EXT,">test.txt"); instead of: open(OUT_EXT,">test.txt") || die "can\'t open OUT_EXT"; it catches my eye. 2. It's a HTTP protocol problem. All cgi applications need to either redirect to another pa

Re: Win32::AdminMisc problems - is there an alternative?

2002-10-14 Thread Sean Ahern
At 12:59 09/10/2002 -0700, $Bill Luebkert wrote: >Maybe the constants aren't defined: > >use constant EWX_LOGOFF => 0; >use constant EWX_FORCE => 4; > >Other values: I eventually got this work to using the actual values rather than the constant names in the call to Win32::AdminMisc::ExitWindow

Re: Win32::AdminMisc problems

2002-10-13 Thread Sisyphus
- Original Message - From: "Krishna, Hari" <[EMAIL PROTECTED]> To: "'Sisyphus'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 11:58 PM Subject: RE: Win32::AdminMisc problems > AdminMisc.pm is located in D

RE: Win32::AdminMisc problems

2002-10-10 Thread Krishna, Hari
rn a blank page.. Thanks, Hari. -Original Message- From: Gould, Kevin [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 04:26 PM To: Krishna, Hari; Thomas R Wyant_III; [EMAIL PROTECTED] Subject: RE: Win32::AdminMisc problems I'd check permissions on the directory. Likely you

RE: Win32::AdminMisc problems

2002-10-10 Thread Gould, Kevin
a, Hari [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 4:11 PM To: 'Thomas R Wyant_III'; [EMAIL PROTECTED] Subject: RE: Win32::AdminMisc problems Tom - I didnot understand "root around in the archieves"? Did you wanted me to search thru the archieves on the cpan and rot

RE: Win32::AdminMisc problems

2002-10-10 Thread Krishna, Hari
TED]] Sent: Thursday, October 10, 2002 03:28 PM To: [EMAIL PROTECTED] Subject: Re: Win32::AdminMisc problems Hari - You've got me. It seems to me if Win32::AdminMisc is installed on your server _and_ your browser has access to it, this shouldn't happen. But I've seen it come by on the mai

Re: Win32::AdminMisc problems

2002-10-10 Thread Thomas R Wyant_III
ishna, Hari" <[EMAIL PROTECTED]>@listserv.ActiveState.com on 10/10/2002 10:15:16 AM Sent by:[EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Win32::AdminMisc problems Hi Guys, I get the following error when I execute my perl script from the browser. But when I execute the

Win32::AdminMisc problems

2002-10-10 Thread Krishna, Hari
Hi Guys, I get the following error when I execute my perl script from the browser. But when I execute the program by double clicking, it works fine. Any guesses?? I see the result in the test.txt file "Password is correct" Heres' the code #! D:\Perl\bin\Perl.exe use strict; use Win32::Admi

Re: Win32::AdminMisc problems - is there an alternative?

2002-10-09 Thread Sisyphus
- Original Message - From: "Sean Ahern" <[EMAIL PROTECTED]> > >Are you sure you haven't made a typo ? > > It was cut and paste straight from the documentation. Ive retyped it in > case there were was something bizarre and invisible in the source, but with > no change. > I just tried: