perl輸入,排序,輸出,一行代碼解決全部的問題

       今天在learning perl的第三章的一個練習題,只用一行代碼就解決了全部的問題:         基本的方法:html print "This program will sort the string as ASCII.\n"; chomp(@strings=<STDIN>); @strings=sort @strings; print "@strings\n."; 上面的後面
相關文章
相關標籤/搜索