Help for this page

Select Code to Download


  1. or download this
    Invalid conversion in printf: "%P" at ./systail line 89, <GEN0> line 6
    +68899.
    
  2. or download this
    printf("$line\n");
    
  3. or download this
    ###  Set up the multitail handle for our logfiles
    $multitail=File::Tail::Multi->new
    ...
        elsif ($line=~/Deny/) { printf("Deny\n"); }
      }
    }