Leser: 1
![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |
1
2
3
4
5
my $l = $top->Label->pack;
$top->Advertise(MeinLabel => $l);
...
# spaeter
$top->Subwidget("MeinLabel")->configure(...)
QuoteNAME
Hash::Util - A selection of general-utility hash subroutines
...
DESCRIPTION
"Hash::Util" contains special functions for manipulating hashes that
don't really warrant a keyword.
By default "Hash::Util" does not export anything.
Restricted hashes
5.8.0 introduces the ability to restrict a hash to a certain set of
keys. No keys outside of this set can be added. It also introduces the
ability to lock an individual key so it cannot be deleted and the value
cannot be changed.
...
Quote[/quote]NAME
Hash::Util - A selection of general-utility hash subroutines
...
DESCRIPTION
"Hash::Util" contains special functions for manipulating hashes that
don't really warrant a keyword.
By default "Hash::Util" does not export anything.
Restricted hashes
5.8.0 introduces the ability to restrict a hash to a certain set of
keys. No keys outside of this set can be added. It also introduces the
ability to lock an individual key so it cannot be deleted and the value
cannot be changed.
...
![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |