Help for this page

Select Code to Download


  1. or download this
    sub port_not_listening
    {
    ...
        return 1 if ( $@ );
        return 0;
    }