Thread ip mit regexp aus einer Datei filtern: wie filtert man aus einer log datei ips
(33 answers)
Opened by misterx at 2005-03-28 16:35
while (<LOG>) { ==>
while(<FILE2>){ next unless($_ =~ m/ip/s); ==> Code: (dl
)
1 my $counter_file2 = 0; Am Ende dann halt noch noch OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/) -- Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html Perl-Entwicklung: http://perl-services.de/ |