Name : perl-Array-RefElem
| |
Version : 1.00
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.8.1
| Date : 2023-01-27 18:32:42
|
Group : Development/Libraries/Perl
| Source RPM : perl-Array-RefElem-1.00-lp154.8.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : Set up array elements as aliases
|
Description :
This 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(AATTarray, $index, $value)
Stores $value in AATTarray at the specified $index. After executing this call, $array[$index] and $value denote the same thing.
* av_push(AATTarray, $value)
Pushes $value onto the AATTarray. 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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/15.4/x86_64 |