Ports Search

Results 5,9415,950 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
devel/Class-Inspector-1.28 (Score: 2.5742833E-4)
Provides information about classes
Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange or unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
devel/Config-Objective-0.9.1 (Score: 2.5742833E-4)
Configuration data as perl objects
The Config::Objective module provides a mechanism for parsing config files to manipulate configuration data. Unlike most other config file modules, which represent config data as simple variables, Config::Objective represents config data as perl objects. This allows for a much more flexible configuration language, since new classes can be easily written to add methods to the config syntax.
devel/Data-Alias-1.20 (Score: 2.5742833E-4)
Comprehensive set of aliasing operations
Data::Alias is a module that allows you to apply "aliasing semantics" to a section of code, causing aliases to be made wherever Perl would normally make copies instead. You can use this to improve efficiency and readability, when compared to using references.
devel/Data-Miscellany-1.100850 (Score: 2.5742833E-4)
Collection of miscellaneous subroutines
This is a collection of miscellaneous subroutines useful in wide but varying scenarios; a catch-all module for things that don't obviously belong anywhere else. Obviously what's useful differs from person to person, but this particular collection should be useful in object-oriented frameworks, such as Class::Scaffold and Data::Conveyor.
devel/Data-Peek-0.46 (Score: 2.5742833E-4)
Collection of low-level debug facilities
Data::Peek started off as DDumper being a wrapper module over Data::Dumper, but grew out to be a set of low-level data introspection utilities that no other module provided yet, using the lowest level of the perl internals API as possible.
devel/DateTime-Format-Excel-0.31.00 (Score: 2.5742833E-4)
Convert between DateTime and Excel dates
Excel uses a different system for its dates than most Unix programs. This module allows you to convert between a few of the Excel raw formats and DateTime objects, which can then be further converted via any of the other DateTime::Format::* modules, or just with DateTime's methods.
devel/DateTime-Format-MySQL-0.06 (Score: 2.5742833E-4)
Parse and format MySQL dates and times
This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.
devel/DateTime-Format-SQLite-0.11 (Score: 2.5742833E-4)
Parse and format SQLite dates and times
This module understands the formats used by SQLite for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the SQLite format.
devel/Devel-SmallProf-2.02 (Score: 2.5742833E-4)
Per-line Perl profiler
The Devel::SmallProf profiler is focused on the time taken for a program run on a line-by-line basis. It is intended to be as "small" in terms of impact on the speed and memory usage of the profiled program as possible and also in terms of being simple to use.
devel/Devel-Profile-1.05 (Score: 2.5742833E-4)
Tell me why my perl program runs so slowly
The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often.