computer:program:perl
差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版前次修改 下次修改 | 前次修改 | ||
| computer:program:perl [2012/04/15 02:44] – [安裝CPAN模組] wm | computer:program:perl [2012/08/26 01:15] (目前版本) – [UTF8處理] wm | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ======Perl====== | ||
| + | * [[http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | ====UTF8處理==== | ||
| + | * [[http:// | ||
| + | * http:// | ||
| + | <code perl> | ||
| + | #utf8 -> big5 | ||
| + | $message = encode(" | ||
| + | #big5 -> utf8 | ||
| + | $message = encode(" | ||
| + | </ | ||
| + | ====替換字串開頭==== | ||
| + | <code perl> | ||
| + | $title =~ s/ | ||
| + | </ | ||
| + | =====安裝===== | ||
| + | < | ||
| + | ====安裝CPAN模組==== | ||
| + | < | ||
| + | 進到CPAN Shell後 | ||
| + | < | ||
| + | * [[https:// | ||
| + | =====資源===== | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | ====書籍==== | ||
| + | * [[http:// | ||
| + | ====工具==== | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
