Created
November 13, 2011 08:34
-
-
Save syohex/1361833 to your computer and use it in GitHub Desktop.
とほほさんに送るメールの下書き
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
とほほのwww入門 管理人 杜甫々様 | |
吉田 昌平と申します。 | |
貴殿のホームページにある「とほほのperl入門」の内容が | |
とても古いものになってしまっており, 現代的な Perlとはずいぶん | |
かけ離れたものとなっています。それらの多くは現在推奨されない | |
書き方になっています。 | |
具体的には以下のような点が上げられます。 | |
- use strict, use warningsが使われていない | |
- myを使った変数宣言が行われていない | |
- 3引数の openが使われていない | |
「とほほのperl入門」は Googleで Perlについて検索を行った際, | |
トップに出てくるため, Perl初心者の方が参照することが非常に多いと | |
思われます. そのような人たちがよりよいプログラミングを知って | |
もらうために, 「とほほのperl入門」の記法を現代的な Perlに | |
する作業を行いました。 | |
修正作業のリポジトリは以下の URLになります。 | |
https://github.com/syohex/new-tohoho | |
ソースのダウンロードは Downloadsタブから "Download as zip"を | |
選択することで行えます。 | |
不備、問題等ございましたら何なりとご指摘ください。 | |
大変わがままなお願いになりますが, | |
ご検討のほど何卒よろしくお願いします。 | |
-- | |
Syohei YOSHIDA([email protected]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment