由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - perl array|hash question
相关主题
perl怎么判断一个变量为空并且不为零? (转载)问个hash table问题
请看看这个Perl random sampling code 有什么问题,Check if the sum of two integers in an integer array eqauls to the given number
a question of perl又一道面试题,我是不是想多了?
Perl求助[合集] 讨论一道很简单的题...
javascripthow to assign value to a string array
python Q: create array from 10 to 1perl question: can I have a key of hash to be
Perl: How to return 2 dimention array pls ?这个perl的简单小程序为什么不work? (转载)
Perl 6 改动很大很恶心how to assign new value to loop variables?
相关话题的讨论汇总
话题: hash话题: array话题: empty
进入Programming版参与讨论
1 (共1页)
yy
发帖数: 45
1
suppose i have a array @a or hash @hash, which are already assigned some
values
I am wondering whether there is a way to reset this array or hash to be empty?
Thanks!
c***y
发帖数: 114
2
@a=();

empty?

【在 yy 的大作中提到】
: suppose i have a array @a or hash @hash, which are already assigned some
: values
: I am wondering whether there is a way to reset this array or hash to be empty?
: Thanks!

1 (共1页)
进入Programming版参与讨论
相关主题
how to assign new value to loop variables?javascript
问一个perl的有关hash的问题python Q: create array from 10 to 1
perl的hash怎么用汉字做key啊Perl: How to return 2 dimention array pls ?
Perl:如何处理这种hash 结构,Perl 6 改动很大很恶心
perl怎么判断一个变量为空并且不为零? (转载)问个hash table问题
请看看这个Perl random sampling code 有什么问题,Check if the sum of two integers in an integer array eqauls to the given number
a question of perl又一道面试题,我是不是想多了?
Perl求助[合集] 讨论一道很简单的题...
相关话题的讨论汇总
话题: hash话题: array话题: empty