Help for this page

Select Code to Download


  1. or download this
    
    data to L650-F01 is ip address
    ...
    Thu Oct 27 10:59:23 GMT 2005
    
  2. or download this
    
    while (! eof inFile)
    ...
      $line .= ' ' . <inFile>;
      chomp $line;
     next if ! ($line =~ /logging\sto\s+\s+(.*?)\s+/i) and ! eof inFile;