Help for this page

Select Code to Download


  1. or download this
      my (@ipnums) = $whole_event_string =~ /^(\d+)\.(\d+)\.(\d+)\.(\d+)/;
    
  2. or download this
      my ($srcip, $user, $timestamp, $request, $result) = $whole_event_str
    +ing
       =~ /^(\d+\.\d+\.\d+\.\d+)\s+\S+\s+(\S+)\s+[[](.*?)[]]\s+\"(.*?)\"\s
    ++(\d+)/;