Ports Search

Results 6,8616,870 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/Data-Serializer-0.60 (Score: 2.1808068E-4)
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: 2.1808068E-4)
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.
devel/Devel-Caller-Perl-1.4 (Score: 2.1808068E-4)
Perl extension to implement Devel::Caller with Perl only
This module allows a method to get at arguments passed to subroutines higher up in the call stack.
devel/fuel-0.9.6 (Score: 2.1808068E-4)
GUI front-end to fossil SCM tool
Fuel is a cross-platform GUI front-end to the excellent fossil SCM tool, implemented in Qt.
devel/Devel-REPL-1.003028 (Score: 2.1808068E-4)
Modern Perl interactive shell
This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features are available on demand. You can also tailor the environment through the use of profiles and run control files, for example to pre-load certain Perl modules when working on a particular project.
devel/Event-ExecFlow-0.64 (Score: 2.1808068E-4)
API for complex flow controls with asynchronous execution of external programs
Event::ExecFlow provides a high level API for defining complex flow controls with asynchronous execution of external programs.
devel/File-Attributes-Recursive-0.02 (Score: 2.1808068E-4)
Inherit file attributes from parent directories
Works like File::Attributes, but will recurse up the directory tree until a matching attribute is found.
devel/Hook-LexWrap-0.25 (Score: 2.1808068E-4)
Lexically scoped subroutine wrappers for Perl
Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine.
devel/Getopt-Tabular-0.3 (Score: 2.1808068E-4)
Table-driven argument parsing for Perl 5
Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv.
devel/IO-Tee-0.64 (Score: 2.1808068E-4)
Multiplex output to multiple output handles
The `IO::Tee' constructor, given a list of output handles, returns a tied handle that can be written to but not read from. When written to (using print or printf), it multiplexes the output to the list of handles originally passed to the constructor. As a shortcut, you can also directly pass a string or an array reference to the constructor, in which case `IO::File::new' is called for you with the specified argument or arguments.