Michael's
2017年12月11日 星期一
去除重複的資料
use strict;
use warnings;
my %hash;
while (<DATA>) {
if (!$hash{$_}) {
print;
$hash{$_} += 1;
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
標籤
大盤
(6)
未分類資料夾
(2)
英文
(28)
書刊雜誌
(11)
Perl
(25)
TCL
(10)
Uncategoried
(1)
UNIX Linux
(43)
沒有留言:
張貼留言