perl 讓檔案依時間排序
就像 ls -tr 一樣,perl 該怎麼作 opendir open_dir , "/etc"; my @d... » 閱讀全文
sort
就像 ls -tr 一樣,perl 該怎麼作 opendir open_dir , "/etc"; my @d... » 閱讀全文
由值排序hash foreach $value (sort {$coins{$a} cmp $coins{$b... » 閱讀全文
Quote: http://perl.hcchien.org/ch12.html use strict; my... » 閱讀全文
push @lists, “5 “; push @lists, “123 ... » 閱讀全文