由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 请教一个关于Perl的问题
相关主题
关于perl xs,菜鸟想在这里问问python or perl?
CS Algorithm question一个简单的算法问题? (转载)
CS Algo QuestionWhy it is constant time for accessing array's element?
[转载] 请教个perl 的问题翻译问题,求救啊!
c 程序超过32位怎么办?有没有办法突击学习一下SQL、PHP和Perl? (转载)
[转载] CS interview questionpart time job for computer science/engineering students
Fresh CS Ph.D.找工作问题问一个关于批处理的问题,谢了! (转载)
Please help, an algorithem question[合集] 现在学啥scripting language比较好?
相关话题的讨论汇总
话题: thing1话题: thing2话题: what话题: perl话题: my
进入CS版参与讨论
1 (共1页)
b******e
发帖数: 432
1
What is the difference between the two following declarations?
my $thing1 = [ 1, 2, 3 ];
my @thing2 = ( 1, 2, 3 );
N**D
发帖数: 10322
2
200 伪币

【在 b******e 的大作中提到】
: What is the difference between the two following declarations?
: my $thing1 = [ 1, 2, 3 ];
: my @thing2 = ( 1, 2, 3 );

DK
发帖数: 194
3
The first one: $thing1 = the reference to the array (1,2,3)
The second one: @thins2 is the array (1,2,3)
b******e
发帖数: 432
4
多谢多谢啦!

【在 DK 的大作中提到】
: The first one: $thing1 = the reference to the array (1,2,3)
: The second one: @thins2 is the array (1,2,3)

N**D
发帖数: 10322
5
老中就是讨厌,没事抢别人饭碗

【在 DK 的大作中提到】
: The first one: $thing1 = the reference to the array (1,2,3)
: The second one: @thins2 is the array (1,2,3)

P********t
发帖数: 141
6
这个不是抢, 是砸.

【在 N**D 的大作中提到】
: 老中就是讨厌,没事抢别人饭碗
DK
发帖数: 194
7
lol
b******e
发帖数: 432
8
大侠终于又现身了。。。不知道对我的第二个求教有什么建议没?多谢啦!!!!

【在 DK 的大作中提到】
: lol
1 (共1页)
进入CS版参与讨论
相关主题
[合集] 现在学啥scripting language比较好?c 程序超过32位怎么办?
who can do this?去不了的兄弟姐妹们建议这么打电话 (转载)[转载] CS interview question
真诚请教关于学perl的一些问题Fresh CS Ph.D.找工作问题
perl和python到底哪个好?Please help, an algorithem question
关于perl xs,菜鸟想在这里问问python or perl?
CS Algorithm question一个简单的算法问题? (转载)
CS Algo QuestionWhy it is constant time for accessing array's element?
[转载] 请教个perl 的问题翻译问题,求救啊!
相关话题的讨论汇总
话题: thing1话题: thing2话题: what话题: perl话题: my