It ended up being several permissions settings in IIS 5.0 and the location
of an exe that Hotfix.pm uses.

If I am not pulled into a different project in the next two days I should
have system to query Win32 computers on your network for needed hotfixes,
select and apply the needed hotfixes to the client in question using SOAP
and CGI as a front end.  If anyone is interested send me your email and I
will notify you when it is completed so I can send you a copy.

Jay Flowers
Integic
Health Care


-----Original Message-----
From: Flowers, Jay [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 10, 2002 7:32 PM
To: 'Perl-Win32-Web (E-mail) '
Subject: RE: the hash is empty

 It is a rather large pm, and yes I don't see why it would not be available
it is in c:\perl\lib\hotfix.pm.

-----Original Message-----
From: $Bill Luebkert
To: Flowers, Jay
Cc: Perl-Win32-Web (E-mail)
Sent: 4/10/02 7:19 PM
Subject: Re: the hash is empty

Flowers, Jay wrote:

> In the Komodo debugger and the command line debbuger and on the
command line
> this script does exeactly what it looks like it would do.  But in a
browser
> the hashref $scan is empty and I have no idea why.
> 
> Here is the cgi script:
> 
> 
> use Hotfix;
...



> sub scan_results {
>     my $host = shift;
>     $host =~ s/\\\\(.*)/$1/;
>     my $scan = Hotfix::Scan($host); #returns a hashref
>     my @n = (keys %{$scan}); #how many keys

...


What is Hotfix and is it available to the CGI script when run under a
webserver ?

-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for
Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic
http://www.todbe.com/
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to