in reply to Help with multidimensional arrays and IO::Socket

Both suggestions are great for the port issue, but what is still a problem is the "undefined value as a symbol reference" when a port fails to respond. As soon as a port is registered as down, this script fails to continue...
  • Comment on Re: Help with multidimensional arrays and IO::Socket

Replies are listed 'Best First'.
Re: Re: Help with multidimensional arrays and IO::Socket
by BrowserUk (Patriarch) on Aug 29, 2002 at 18:33 UTC
Re: Re: Help with multidimensional arrays and IO::Socket
by fglock (Vicar) on Aug 29, 2002 at 18:25 UTC
    $call = ... or $inactive = 1;

    makes $call = 1 if the port is down. Then you have "close 1;" later. This might be the problem.