搜索资源列表
about-perl
- 一个初级的教学PERL的文档,里面对PERL的一些基本语法语句做出了阐释,深入浅出,很方便理解,还有实例可以直接运行。有志于学PERL的朋友不妨一看。A primary teaching document about PERL, which describes some of the basic syntax of PERL statements. It is easy to understand. And there are instances that can be run directly
hangman
- 通过一个猜字母的游戏,练习perl中的直接量列表、数组、s p l i t、j o i n、上下文和f o r e a c h循环等概念-it`s a word guess game,by which you canpractice the concepts array,datasheet,split,join and foreach of perl