用perl分析日志文件
比如:
07/31/2008 this is a test aaa;
07/31/2008 this is a test aaa;
07/30/2008 this is a test bbb;
07/30/2008 this is a test bbb;
aaa 统计结果:
07/31/2008 2
bbb 统计结果:
07/30/2008 2
程序: 文本文件下载
1、test.pl 文件
2、CountLines.pm 文件
用perl分析日志文件
比如:
07/31/2008 this is a test aaa;
07/31/2008 this is a test aaa;
07/30/2008 this is a test bbb;
07/30/2008 this is a test bbb;
aaa 统计结果:
07/31/2008 2
bbb 统计结果:
07/30/2008 2
程序: 文本文件下载
1、test.pl 文件
2、CountLines.pm 文件