toutes les options
bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : libhash-safekeys-perl  ]

Paquet : libhash-safekeys-perl (0.04-1)

Liens pour libhash-safekeys-perl

Screenshot

Ressources Debian :

Télécharger le paquet source libhash-safekeys-perl :

Responsables :

Ressources externes :

Paquets similaires :

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
 }

Étiquettes: Développement de logiciel: Programmation Perl, Bibliothèques, Mis en œuvre en: implemented-in::c, implemented-in::perl, Rôle: Bibliothèque de programmation

Autres paquets associés à libhash-safekeys-perl

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger libhash-safekeys-perl

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
armhf 12,1 ko45,0 ko [liste des fichiers]