todas as opções
bianca  ]
[ Fonte: libhash-safekeys-perl  ]

Pacote: libhash-safekeys-perl (0.04-1 e outros)

Links para libhash-safekeys-perl

Screenshot

Baixe o pacote-fonte libhash-safekeys-perl:

Mantenedores(as):

Fontes externas:

Pacotes similares:

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
 }

Outros pacotes relacionados a libhash-safekeys-perl

  • depende
  • recomenda
  • sugere
  • melhora

Download de libhash-safekeys-perl

Baixe para todas as arquiteturas disponíveis
Arquitetura Versão Tamanho do pacote Tamanho instalado Arquivos
amd64 0.04-1+b4 12.7 kB50.0 kB [lista de arquivos]