2006/11/20 (月) 15:53:07        [qwerty]
while($_ = readdir(DIR)){
	$_ = uc $_;
        push (@wma,$_) if(/\.WMA$/);
}