Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7771167
  • 博文数量: 701
  • 博客积分: 2150
  • 博客等级: 上尉
  • 技术积分: 13233
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-29 16:28
个人简介

天行健,君子以自强不息!

文章分类

全部博文(701)

文章存档

2019年(2)

2018年(12)

2017年(76)

2016年(120)

2015年(178)

2014年(129)

2013年(123)

2012年(61)

发布时间:2013-06-06 10:55:09

接上文:http://blog.chinaunix.net/blog/post/id/3560959.html七、CODE EXAMPLES【代码示例】Presented with little comment (these will get their own manpages someday) here are short code examples illustrating access of various types of data structures.1. ARRAYS OF ARRAYS【数组的数组】1.1 De.........【阅读全文】

阅读(5872) | 评论(0) | 转发(0)

发布时间:2013-04-26 18:04:29

perl中our的用法require 5.006当版本号小于 5.006 的时候,会返回失败,从而导致模块加载失败。所以它的作用就是保证模块调用环境的 Perl 版本。our 和 my 一样,都是对变量的声明,不过 our 声明的是包全局变量,而 my 声明的是词法变量。不过,经过 our 声明的变量,它会变得像一个词法变量一样,其实这也.........【阅读全文】

阅读(2286) | 评论(0) | 转发(0)

发布时间:2013-04-15 21:55:35

perldoc >>>http://perldoc.perl.org/functions/eval.htmldo 语句做了类似的功能:do 'filea' == eval `cat filea`;形式1.eval Expression2.eval BLOCK"1"在运行时编译和执行"2"在编译时编译,运行时执行因此,"1"编译多次,.........【阅读全文】

阅读(3006) | 评论(0) | 转发(0)

发布时间:2013-04-08 21:42:18

perl自定义模块1:模块的文件名:      perl5以.pm结尾2:放置目录:    可以放在自定义目录(目录位置必须加入@INC),   或放到perl5 pm的固定目录(/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi),这个因系   .........【阅读全文】

阅读(6376) | 评论(0) | 转发(0)

发布时间:2013-04-06 18:11:11

Perl正则表达式教程简介This page provides a basic tutorial on understanding, creating and using regular expressionsin Perl. It serves as a complement to the reference page on regular expressions perlre. Regular expressions are an integral part of the m//, s///, qr// and split operators and .........【阅读全文】

阅读(7524) | 评论(1) | 转发(1)
给主人留下些什么吧!~~

七月羽歌2017-04-14 11:13

美的事物是永恒的喜悦。

回复  |  举报

七月羽歌2017-04-14 10:40

全局留言。哇,

回复  |  举报

指尖上的幽灵2015-03-17 18:05

看了你这么多东西,如果不留下点什么多说不过去啊!加油啊

回复  |  举报
留言热议
请登录后留言。

登录 注册