Help for this page

Select Code to Download


  1. or download this
           sysread($rh,$buf,4096) || syslog ( "crit", "$prog : $!" );
           if($buf) {
    ...
               $client_hostname =~ s/\s+$//g;
               syslog( "crit", "client_hostname=[$client_hostname]" );
           } else {
    
  2. or download this
    Oct 21 14:33:26 karen serverd[2384]: client_hostname=[onetwothree ]