Name : perl-Array-RefElem
| |
Version : 1.00
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 8.98
| Date : 2024-08-29 00:22:15
|
Group : Development/Libraries/Perl
| Source RPM : perl-Array-RefElem-1.00-8.98.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
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/openSUSE_Tumbleweed/x86_64 |