日期: 2004-03-02 標題: Perl #1: 基本輸入/輸出、變數、條件判斷觀念 內容: 第一次作業:Perl 課本, 習題 2.11: Write a program that reads two strings (字串) input by the user and prints them in alphabetical order, separated by a space. If the two strings are equal, they should be printed on separate lines. 這程式會用到的觀念計有: * 基本 Perl 執行方式 * 變數 * 輸入 * 輸出 * 字串比對 * 條件判斷 有任何公開的問題, 請盡量在課堂上聊聊, 因為你的問題可能也是別人的問題; 如果不好意思的話, 請私下 email 或是在 office hours 面談... :) 公告時間: 2004-3-02 13:30 截止時間: 2004-3-09 23:00