全部搜索项
bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libhash-safekeys-perl  ]

软件包:libhash-safekeys-perl(0.04-1 以及其他的)

libhash-safekeys-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libhash-safekeys-perl

维护小组:

外部的资源:

相似软件包:

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
 }

标签: 软件开发: Perl 开发, 函数库, 实做语言: implemented-in::c, implemented-in::perl, 角色: 开发用函数库

其他与 libhash-safekeys-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libhash-safekeys-perl

下载可用于所有硬件架构的
硬件架构 版本 软件包大小 安装后大小 文件
s390x 0.04-1+b2 12.8 kB46.0 kB [文件列表]