上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 177 下一页
摘要: [root@wx03 1]# cat a1.pl $arr=[1,2,3,4,5,6];print $arr->[4]."\n";$hash={a=>1,b=>2,c=>3};print $hash->{b}."\n";$sub = sub {return "aaaaaaaaa\n"};prin... 阅读全文
posted @ 2016-05-23 22:20 czcb 阅读(154) 评论(0) 推荐(0) 编辑
摘要: [root@wx03 1]# cat a1.pl $arr=[1,2,3,4,5,6];print $arr->[4]."\n";$hash={a=>1,b=>2,c=>3};print $hash->{b}."\n";$sub = sub {return "aaaaaaaaa\n"};prin... 阅读全文
posted @ 2016-05-23 22:20 czcb 阅读(143) 评论(0) 推荐(0) 编辑
摘要: mongdb 上传图片:[root@hy-mrz01 ~]# mongofiles put -u "pics" -p "jh7yxx" --host 127.0.0.1 --port 27017 --db pics 1.jpg --type jpgconnected to: 127.0.0.1... 阅读全文
posted @ 2016-05-23 16:47 czcb 阅读(220) 评论(0) 推荐(0) 编辑
摘要: mongdb 上传图片:[root@hy-mrz01 ~]# mongofiles put -u "pics" -p "jh7yxx" --host 127.0.0.1 --port 27017 --db pics 1.jpg --type jpgconnected to: 127.0.0.1... 阅读全文
posted @ 2016-05-23 16:47 czcb 阅读(471) 评论(0) 推荐(0) 编辑
摘要: eval 表达式:eval 块:eval在第一种形式,通常称为一个字符串eval EXPR 返回值是被解析的和被执行的作为一个小小的Perl程序。表达式的值(是它本身决定的在标量上下文环境)是有限被解析,如果这里没有错误,作为一个block执行在当前Perl程序的词法上下文。这意味着,特别情况... 阅读全文
posted @ 2016-05-23 10:09 czcb 阅读(258) 评论(0) 推荐(0) 编辑
摘要: eval 表达式:eval 块:eval在第一种形式,通常称为一个字符串eval EXPR 返回值是被解析的和被执行的作为一个小小的Perl程序。表达式的值(是它本身决定的在标量上下文环境)是有限被解析,如果这里没有错误,作为一个block执行在当前Perl程序的词法上下文。这意味着,特别情况... 阅读全文
posted @ 2016-05-23 10:09 czcb 阅读(527) 评论(0) 推荐(0) 编辑
摘要: [root@wx03 test]# cat Critter.pm package Critter;#unshift(@INC,"/root/test"); #use message;sub new { my $self = {}; my $invocant = shift; m... 阅读全文
posted @ 2016-05-23 08:12 czcb 阅读(176) 评论(0) 推荐(0) 编辑
摘要: [root@wx03 test]# cat Critter.pm package Critter;#unshift(@INC,"/root/test"); #use message;sub new { my $self = {}; my $invocant = shift; m... 阅读全文
posted @ 2016-05-23 08:12 czcb 阅读(223) 评论(0) 推荐(0) 编辑
摘要: [root@wx03 lib]# ls -ltrtotal 40-rw-r--r-- 1 root root 2022 May 21 18:28 blogin.pm-rw-r--r-- 1 root root 1138 May 21 18:28 qrcode.pm-rw-r--r-- 1 roo... 阅读全文
posted @ 2016-05-22 17:47 czcb 阅读(196) 评论(0) 推荐(0) 编辑
摘要: [root@wx03 lib]# ls -ltrtotal 40-rw-r--r-- 1 root root 2022 May 21 18:28 blogin.pm-rw-r--r-- 1 root root 1138 May 21 18:28 qrcode.pm-rw-r--r-- 1 roo... 阅读全文
posted @ 2016-05-22 17:47 czcb 阅读(170) 评论(0) 推荐(0) 编辑
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 177 下一页