タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

arrayとlistutilsに関するamayanのブックマーク (1)

  • List::MoreUtils

    NAME List::MoreUtils - Provide the stuff missing in List::Util SYNOPSIS # import specific functions use List::MoreUtils qw(any uniq); if ( any { /foo/ } uniq @has_duplicates ) { # do stuff } # import everything use List::MoreUtils ':all'; # import by API # has "original" any/all/none/notall behavior use List::MoreUtils ':like_0.22'; # 0.22 + bsearch use List::MoreUtils ':like_0.24'; # has "simplif

    List::MoreUtils
  • 1