array reference meaning in Chinese
数组引用
数组子串引用
Examples
- Method of appconfig to get an array reference to the configuration list and push the user - provided data into that array
方法来得到对配置列表的数组引用,并将用户给出的数据压入到数组中。 - The value , the index , and the array reference are popped from the stack ; the value is put into the array element at the given index
从堆栈中弹出值、索引和数组引用;将值放入给定索引处的数组元素中。 - Every individual also will have a " words " array reference that will hold all the words the individual made during this generation
每一个个体还拥有一个“单词”数组引用,在这个数组中保持有在衍生过程中那个个体生成的单词。 - Tied hash values have to be in an array reference , there will suddenly be a key " fido " with values " dog " and " friend " in an array in that same
绑定散列中将突然会出现一个带有值“ dog ”和“ friend ”的键“ fido ” 。请参阅该文档的示例: - Method of appconfig can be used to get the value of an individual parameter ; because the parameters of interest are always array references , i automatically de - reference them
方法可以用来得到各个参数的值;由于感兴趣的参数总是数组引用,我自动地对它们进行解引用。