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

Reply via email to