Ports Search

Results 11,96111,970 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.024 seconds)
devel/Algorithm-LCS-1.04 (Score: 4.638079E-5)
Fast (XS) implementation of the Longest Common Subsequence Algorithm
Algorithm::LCS reimplements Algorithm::Diff's core loop in XS, and provides a simple OO interface to it.
devel/App-Options-1.12 (Score: 4.638079E-5)
Combine command line options, environment vars, and option file values
App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values.
devel/AutoXS-Header-1.02 (Score: 4.638079E-5)
Container for the AutoXS header files
This module is a simple container for the newest version of the AutoXS header file AutoXS.h.
devel/Class-Trigger-0.14 (Score: 4.638079E-5)
Mixin to add / call inheritable triggers
Class::Trigger is a mixin class to add / call triggers (or hooks) that get called at some points you specify.
devel/Config-YAML-1.42 (Score: 4.638079E-5)
Simple configuration automation
Config::YAML is a somewhat object-oriented wrapper around the YAML module which makes reading and writing configuration files simple.
devel/Data-Hexify-1.00 (Score: 4.638079E-5)
Perl extension for hexdumping arbitrary data
Hexify formats arbitrary (possible binary) data into a format suitable for hex dumps in the style of xd or hexl.
devel/Data-OptList-0.110 (Score: 4.638079E-5)
Parse and validate simple name/value option pairs
Hashes are great for storing named data, but if you want more than one entry for a name, you have to use a list of pairs. Even then, this is really boring to write: @values = ( foo => undef, bar => undef, baz => undef, xyz => { ... }, ); With Data::OptList, you can do this instead: Data::OptList::mkopt([ qw(foo bar baz), xyz => { ... }, ]); This works by assuming that any defined scalar is a name and any reference following a name is its value.
devel/Data-Page-Pageset-1.02 (Score: 4.638079E-5)
Perl extension to simplify page number lists
Data::Page::Pageset is a generic pager object, so it's very similar to Data::Page and Data::Pageset.
devel/Data-Serializer-0.60 (Score: 4.638079E-5)
Modules that serialize data structures
Provides a unified interface to the various serializing modules currently available. Adds the functionality of both compression and encryption.
devel/Date-Extract-0.05 (Score: 4.638079E-5)
Extract probable dates from strings
Date::Extract takes an arbitrary block of text, searches it for something that looks like a date string, and builds a DateTime object out of it. By design it will produce few false positives. This means it will not catch nearly everything that looks like a date string. So if you have the string "do homework for class 2019" it won't return a DateTime object with the year set to 2019.