Help for this page

Select Code to Download


  1. or download this
    $ip = "";
            $port = "";
    ...
            $port = "";
            $status = "";
            $frequency = 0;
    
  2. or download this
    my ($ip,$port,$port,$status,$frequency);
    
  3. or download this
            #string?       #number?  #add to string?  #concatenate to numb
    +ers?
     my $ip=""; my $freq = 0;        $ip++;          $freq.="still no data
    +";