all options
bookworm  ] [  trixie  ] [  sid  ]
[ Source: libhash-safekeys-perl  ]

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

Links for libhash-safekeys-perl

Screenshot

Debian Resources:

Download Source Package libhash-safekeys-perl:

Maintainers:

External Resources:

Similar packages:

modulo Perl per ottenere il contenuto degli hash senza reimpostare ciascun iteratore

Hash::SafeKeys fornisce funzioni alternative per accedere alle chiavi, ai valori o al contenuto completo di un hash in un modo che non reimposta l'iteratore, rendendole sicure da usare i contesti come:

 while (my($k,$v) = each %hash) {
   ...
   @k = sort safekeys %hash;               # Si può fare
   @v = grep { /foo/ }, safevalues %hash;  # Senza problemi
   print join ' ', safecopy %hash;         # Immediatamente, signore
 }

Tags: Software Development: Perl Development, Libraries, Implemented in: implemented-in::c, implemented-in::perl, Role: Development Library

Other Packages Related to libhash-safekeys-perl

  • depends
  • recommends
  • suggests
  • enhances

Download libhash-safekeys-perl

Download for all available architectures
Architecture Package Size Installed Size Files
ppc64el 13.2 kB101.0 kB [list of files]