[Top]
Perl
Perl.Perl
|
Method Perl.Perl()->set_hash_item()
- Method
set_hash_item
-
void set_hash_item(string name, mixed key, mixed value)
- Description
-
Set the value of an entry in a Perl hash variable.
- Parameter name
-
Name of the hash variable, as an 8-bit string.
- Parameter key
-
Hash key. Only simple value types are supported. An error is
thrown for unsupported value types.
- Parameter value
-
New value. Only simple value types are supported. An error is
thrown for unsupported value types.
|