Help for this page
while(my $s1 = <LOG>){ next unless $s1 =~ m#^(\d+/\d+/\d+) (\d+:\d+:\d+) user=(\S+) func\(# +; ... ... # $s2 is log data } }