使用perl分析多個日誌

#!/bin/perl #perl "D:\\analyzeaccesslog.pl" "C:/Documents" " 404 " use strict; use warnings; die "使用的參數:$0,不符合要求,請指定目錄及搜索內容" unless @ARGV==2; my $dir = $ARGV[0]; my $reg = $ARGV[1]; my %hash;數組 search
相關文章
相關標籤/搜索