Help for this page

Select Code to Download


  1. or download this
    use Sys::Syslog qw( :DEFAULT setlogsock );
    
  2. or download this
    BEGIN {
     
    ...
       openlog( 'IPScan', 'pid', 'local0' );
    
    }