Help for this page

Select Code to Download


  1. or download this
      my $sock;
      my @openports = ();
    ...
          }
      }
    
  2. or download this
      my $sock;
      my @openports = ();
    ...
              push ( @openports, $cport);
          }
      }