Ports Search

Results 16,24116,250 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.019 seconds)
textproc/MARC-Charset-1.35 (Score: 3.3129134E-5)
Convert MARC-8 encoded strings to UTF-8
MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8 strings. MARC-8 is a single byte character encoding that predates unicode, and allows you to put non-Roman scripts in MARC bibliographic records.
textproc/Markapl-0.14 (Score: 3.3129134E-5)
Markup as Perl
This is a new try to use Devel::Declare to change the Perl5 language. It learns pretty much everything from Template::Declare, and has similar interface. With only one difference: how element attributes are defined.
textproc/PDF-FromHTML-0.31 (Score: 3.3129134E-5)
Convert HTML documents to PDF
This module transforms HTML into PDF, using an assortment of XML transformations implemented in PDF::FromHTML::Twig. There is also a command-line utility, html2pdf.pl, that comes with this distribution.
Go from cardinal number (3) to ordinal ("3rd")
There are two kinds of numbers in English -- cardinals (1, 2, 3...), and ordinals (1st, 2nd, 3rd...). This library provides functions for giving the ordinal form of a number, given its cardinal value. Seamus Venasse <svenasse@polaris.ca>
textproc/Perl-Critic-More-1.003 (Score: 3.3129134E-5)
Supplemental policies for Perl::Critic
This is a collection of Perl::Critic policies that are not included in the Perl::Critic core for a variety of reasons: Experimental Some policies need some time to work out their kinks, test usability, or gauge community interest. A subset of these will end up in the core Perl::Critic someday. Requires special dependencies For example, some policies require development versions of PPI (or some other CPAN module). These will likely end up in the Perl::Critic core when their dependencies are fulfilled. Peripheral to Perl For example, the Editor::RequireEmacsFileVariables policy is metacode. Also, the Miscellanea::RequireRcsKeywords policy pertains to the development process, not the code itself. These are not part of Perl::Critic's mission. Special purpose For example, policies like CodeLayout::RequireASCII designed to scratch itches not felt by most of the community. These will always remain in a Perl::Critic supplement instead of in the core.
textproc/Perl-Critic-1.12.5 (Score: 3.3129134E-5)
Critique Perl source for style and standards
Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to enforce various coding guidelines. Most Policies are based on Damian Conway's book Perl Best Practices. You can choose and customize those Polices through the Perl::Critic interface. You can also create new Policy modules that suit your own tastes. For a convenient command-line interface to Perl::Critic, see the documentation for perlcritic. If you want to integrate Perl::Critic with your build process, Test::Perl::Critic provides a nice interface that is suitable for test scripts.
textproc/Pod-POM-View-HTML-Filter-0.09 (Score: 3.3129134E-5)
Use filters on sections of your pod documents
The whole idea of this module is to take advantage of all the syntax colouring modules that exist (such as Perl::Tidy) to produce colourful code examples in a POD document (after conversion to HTML).
textproc/SGML-DTDParse-2.00 (Score: 3.3129134E-5)
Parse an SGML or XML DTD
The DTDParse collection is a set of Perl modules and scripts for manipulating SGML an XML Document Type Definitions (DTDs). DTDParse is designed primarily to aid in the understanding and documentation of DTDs.
textproc/Search-QueryParser-SQL-0.010 (Score: 3.3129134E-5)
Perl module to turn free-text queries into SQL WHERE clauses
Turn free-text queries into SQL WHERE clauses. The idea is to allow you to treat your database like a free-text search index, when it really isn't.
textproc/Spreadsheet-XLSX-0.13 (Score: 3.3129134E-5)
Perl extension for reading MS Excel 2007 files
This Perl module is a emulation of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It supports styles and many of Excel's quirks, but not all. It populates the classes from Spreadsheet::ParseExcel for interoperability; including Workbook, Worksheet, and Cell.