Perl programming can be done in imperative, objective and functional styles. However, Perl lacks direct support in logic programming. Prolog 繼續閱讀
此處收集一些單篇的技術文章。這些文章和文章間的順序僅代表發佈時間的先後,沒有內容上的連貫性,讀者可跳著讀自己感興趣的部分。
Since hash is a one-way relation, you cannot directly sort by hash values and get hash keys in Perl. However, by customized sort subroutine, 繼續閱讀
Although some system package managers on Linux or Unix provides Ruby gems as package, you still want to gem to install updated or specific gems 繼續閱讀
Pastebin.com is a website where you can store and share text or code for a certain period of time. Pastebin support syntax highlight for a variety 繼續閱讀
If you need to develop Python 3 application in Pygame on Mac, you should have noticed that there is no official installer of Pygame for Python 繼續閱讀