wszystkie opcje
bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy:  ]

Pakiet: libhash-safekeys-perl (0.04-1 i inne) [debports]

Odnośniki dla libhash-safekeys-perl

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego :

Nie znaleziono

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

Perl module to get hash contents without resetting each iterator

Hash::SafeKeys provides alternate functions to access the keys, values, or entire contents of a hash in a way that does not reset the iterator, making them safe to use in such contexts:

 while (my($k,$v) = each %hash) {
   ...
   @k = sort safekeys %hash;               # Can do
   @v = grep { /foo/ }, safevalues %hash;  # No problem
   print join ' ', safecopy %hash;         # Right away, sir
 }

Inne pakiety związane z libhash-safekeys-perl

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libhash-safekeys-perl

Pobierz dla wszystkich dostępnych architektur
Architektura Wersja Rozmiar pakietu Rozmiar po instalacji Pliki
x32 (port nieoficjalny) 0.04-1+b2 12,5 KiB50,0 KiB [lista plików]