2014年7月30日

Learning Perl 第六章习题第一题

摘要: 按照first name找last name知识点: 1. hash的使用和初始化 2. 使用exists函数检测hash中的键是否存在 阅读全文

posted @ 2014-07-30 21:39 speedmancs 阅读(154) 评论(0) 推荐(0) 编辑

Learning Perl 第九章习题第二题

摘要: 把输入文件中的所有Fred换成Larry, 不区分大小写。知识点 1. 文本文件读写 2. 简单的正则替换 3. unless 的用法 4. $_ 的用法 阅读全文

posted @ 2014-07-30 21:25 speedmancs 阅读(215) 评论(0) 推荐(0) 编辑

导航