Path to this page:
./
devel/p5-Array-RefElem,
Set up array elements as aliases
Branch: pkgsrc-2010Q3,
Version: 1.00nb2,
Package name: p5-Array-RefElem-1.00nb2,
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]
Master sites: (Expand)
SHA1: ff2966ffb64338176d18c2f3ebb5075954b2949e
RMD160: f9ff68cb95e8c6713c4fba7de697d611ad622cc8
Filesize: 1.982 KB
Version history: (Expand)
- (2010-10-17) Package added to pkgsrc.se, version p5-Array-RefElem-1.00nb2 (created)