Help for this page

Select Code to Download


  1. or download this
           sysread($rh,$buf,4096) || syslog ( "crit", "$prog : $!" );
    
  2. or download this
           if($buf) {
    
  3. or download this
               my $client_hostname=unpack('a*', $buf);
               $client_hostname =~ s/\s+$//g;