Path to this page:
./
devel/p5-Array-RefElem,
Set up array elements as aliases
Branch: CURRENT,
Version: 1.00nb16,
Package name: p5-Array-RefElem-1.00nb16,
Maintainer: pkgsrc-usersThis module gives direct access to some of the internal Perl routines
that let you store things in arrays and hashes. The following
functions are available:
av_store(@array, $index, $value)
Stores $value in @array at the specified $index. After executing
this call, $array[$index] and $value denote the same thing.
av_push(@array, $value)
Pushes $value onto the @array. After executing this call,
$array[-1] and $value denote the same thing.
hv_store(%hash, $key, $value);
Stores $value in the %hash with the given $key. After executing
this call, $hash{$key} and $value denote the same thing.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 1.982 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Array-RefElem-1.00nb16
- (2023-07-06) Updated to version: p5-Array-RefElem-1.00nb15
- (2022-06-28) Updated to version: p5-Array-RefElem-1.00nb14
- (2021-05-25) Updated to version: p5-Array-RefElem-1.00nb13
- (2020-09-01) Updated to version: p5-Array-RefElem-1.00nb12
- (2019-08-11) Updated to version: p5-Array-RefElem-1.00nb11
CVS history: (Expand)