The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Syntax Highlight"

Syntax::Highlight::CSS - highlight CSS syntax River stage one • 1 direct dependent • 2 total dependents

The module takes CSS code and wraps different pieces of syntax into HTML "<span>" elements with appropriate class names which enables you to highlight syntax of the snippet using.. CSS ^_^ I honestly suggest you to try Syntax::Highlight::Engine::Kate...

ZOFFIX/Syntax-Highlight-CSS-0.0102 - 12 Nov 2013 00:02:38 UTC - Search in distribution

Syntax::Highlight::XML - syntax highlighting for XML River stage zero No dependents

Outputs pretty syntax-highlighted HTML for XML. (Actually just adds "<span>" elements with "class" attributes. You're expected to bring your own CSS.) Methods "highlight($input)" Highlight some XML. $input may be a file handle, filename or a scalar r...

TOBYINK/Syntax-Highlight-RDF-0.003 - 11 Sep 2014 11:24:33 UTC - Search in distribution

Syntax::Highlight::HTML - Highlight HTML syntax River stage one • 1 direct dependent • 2 total dependents

This module is designed to take raw HTML input and highlight it (using a CSS stylesheet, see "Notes" for the classes). The returned HTML code is ready for inclusion in a web page. It is intented to be used as an highlighting filter, and as such does ...

SAPER/Syntax-Highlight-HTML-0.04 - 03 Apr 2005 13:25:13 UTC - Search in distribution

Syntax::Highlight::JSON - Convert JSON to a pretty-printed and syntax-highlighted HTML representation River stage zero No dependents

MART/Syntax-Highlight-JSON-0.01 - 17 Feb 2010 20:48:53 UTC - Search in distribution

Syntax::Highlight::Perl - Highlighting of Perl Syntactical Structures River stage one • 2 direct dependents • 2 total dependents

This module provides syntax highlighting for Perl code. The design bias is roughly line-oriented and streamed (ie, processing a file line-by-line in a single pass). Provisions *may* be made in the future for tasks related to "back-tracking" (ie, re-d...

JOHNSCA/Syntax-Highlight-Perl-1.0 - 10 Apr 2001 21:37:36 UTC - Search in distribution

Syntax::Highlight::Mason - Perl extension to Highlight HTML::Mason code River stage zero No dependents

Produce colorized and HTML escaped code from HTML::Mason source suitable for displaying on the WWW and perhaps even in an Mason environment. Lots of things are customizable, but the defaults are pretty reasonable. Customization The following items ca...

LAXEN/Syntax-Highlight-Mason-1.23 - 01 Feb 2009 15:54:37 UTC - Search in distribution

Syntax::Highlight::Shell - Highlight shell scripts River stage zero No dependents

This module is designed to take shell scripts and highlight them in HTML with meaningful colours using CSS. The resulting HTML output is ready for inclusion in a web page. Note that no reformating is done, all spaces are preserved....

SAPER/Syntax-Highlight-Shell-0.04 - 03 Apr 2005 13:36:50 UTC - Search in distribution

Syntax::Highlight::Universal - Syntax highlighting module based on the Colorer library River stage zero No dependents

Syntax::Highlight::Universal doesn't export any functions. You can call its methods either statically or through an object. The result will be the same but we will use the latter here as it is the more convenient of the two. Creating a new object my ...

PALANT/Syntax-Highlight-Universal-0.4 - 13 Mar 2005 18:32:47 UTC - Search in distribution

Syntax::Highlight::WithEmacs - syntax-highlight source code using Emacs River stage zero No dependents

This module uses the Emacs script htmlize.el to provide syntax highlighting the same way as your local Emacs does. Care has been taken so that it works on the server, especially it has been tested to work as part of a Movable Type CodeBeautifier plug...

ANEI/Syntax-Highlight-WithEmacs-0.2 - 20 Sep 2013 14:53:09 UTC - Search in distribution

Apache::Syntax::Highlight::Perl - mod_perl 1.0/2.0 extension to highlight Perl code River stage zero No dependents

Apache::Syntax::Highlight::Perl is a mod_perl (1.0 and 2.0) module that provides syntax highlighting for Perl code. This module is a wrapper around Syntax::Highlight::Perl....

ENRYS/Apache-Syntax-Highlight-Perl-1.01 - 24 Apr 2004 15:43:36 UTC - Search in distribution

Syntax::Highlight::Engine::Kate - a port to Perl of the syntax highlight engine of the Kate text editor. River stage two • 11 direct dependents • 15 total dependents

This module is now deprecated. It is superseded and replaced by Syntax::Kamelon. Best use Syntax::Kamelon for new projects. Syntax::Highlight::Engine::Kate is a port to Perl of the syntax highlight engine of the Kate text editor. The language XML fil...

MANWAR/Syntax-Highlight-Engine-Kate-0.14 - 13 Jan 2018 21:00:27 UTC - Search in distribution

Syntax::Highlight::Engine::Simple - Simple Syntax Highlight Engine River stage one • 3 direct dependents • 4 total dependents

This is a Syntax highlight Engine. This generates a part of HTML string by marking up the input string with span tags along the given rules so that you can easily coloring with CSS. Advantage is the simpleness. This provides a simple way to define th...

AKHUETTEL/Syntax-Highlight-Engine-Simple-0.102 - 17 Jun 2020 13:05:35 UTC - Search in distribution

Syntax::Highlight::Perl::Improved - Highlighting of Perl Syntactical Structures River stage two • 5 direct dependents • 10 total dependents

This module provides syntax highlighting for Perl code. The design bias is roughly line-oriented and streamed (ie, processing a file line-by-line in a single pass). Provisions *may* be made in the future for tasks related to "back-tracking" (ie, re-d...

DAVIDCYL/Syntax-Highlight-Perl-Improved-1.01 - 04 May 2004 04:20:14 UTC - Search in distribution

Asterisk::config::syntax::highlight - highlight Asterisk config syntax River stage zero No dependents

This module highlighting Asterisk config syntax into HTML .It's simple to used....

NSNAKE/Asterisk-config-syntax-highlight-0.5 - 23 Apr 2009 03:00:46 UTC - Search in distribution

Syntax::SourceHighlight - Perl Binding to GNU Source Highlight River stage zero No dependents

GNU Source Highlight <https://www.gnu.org/software/src-highlite/> is a library to format code written in many programming languages as text in several markup languages. This binding to the underlying C++ library is very basic, supporting only the ess...

MATLIB/Syntax-SourceHighlight-2.1.3 - 22 Aug 2022 23:05:26 UTC - Search in distribution

POE::Component::Syntax::Highlight::CSS - non-blocking wrapper around Syntax::Highlight::CSS River stage one • 2 direct dependents • 2 total dependents

The module is a non-blocking wrapper around Syntax::Highlight::CSS with added functionality of fetching the CSS code to highlight from a given URI. The Syntax::Highlight::CSS provides interface to highlight CSS code by wrapping syntax elements into H...

ZOFFIX/POE-Component-Bundle-WebDevelopment-2.001001 - 02 May 2016 13:44:47 UTC - Search in distribution

Syntax::Highlight::Engine::Simple::HTML - (EXPERIMENTAL)HTML code highlighting class River stage zero No dependents

This is a sub class of Syntax::Highlight::Engine::Simple. A working example of This module is at bellow. http://jamadam.com/dev/cpan/demo/Syntax/Highlight/Engine/Simple/...

AKHUETTEL/Syntax-Highlight-Engine-Simple-HTML-0.051 - 17 Jun 2020 13:17:17 UTC - Search in distribution

Syntax::Highlight::Engine::Simple::Perl - (EXPERIMENTAL) Perl code highlighting class River stage one • 1 direct dependent • 1 total dependent

This is a sub class of Syntax::Highlight::Engine::Simple. A working example of This module is at bellow. http://jamadam.com/dev/cpan/demo/Syntax/Highlight/Engine/Simple/...

AKHUETTEL/Syntax-Highlight-Engine-Simple-Perl-0.06 - 13 Jan 2018 16:07:31 UTC - Search in distribution

App::ZofCMS::Plugin::Syntax::Highlight::CSS - provide syntax highlighted CSS code snippets on your site River stage one • 1 direct dependent • 1 total dependent

The module is a plugin for App::ZofCMS. It provides means to include CSS (Cascading Style Sheets) code snippets with syntax highlights on your pages. This documentation assumes you've read App::ZofCMS, App::ZofCMS::Config and App::ZofCMS::Template...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC - Search in distribution

POE::Component::IRC::Plugin::Syntax::Highlight::CSS - IRC plugin to highlight CSS code from URIs River stage one • 1 direct dependent • 1 total dependent

This module is a POE::Component::IRC plugin which uses POE::Component::IRC::Plugin for its base. It provides interface to fetch CSS code from URIs, do syntax highlighting using Syntax::Highlight::CSS and pastebin the result. The plugin accepts input ...

ZOFFIX/POE-Component-IRC-PluginBundle-WebDevelopment-2.001003 - 02 Feb 2014 20:22:07 UTC - Search in distribution

SyntaxHighlight::Any - Common interface for syntax highlighting and detecting language in code River stage one • 2 direct dependents • 2 total dependents

CAVEAT: EARLY DEVELOPMENT MODULE. SOME FUNCTIONS NOT YET IMPLEMENTED. HELP ON ADDING BACKENDS APPRECIATED. This module provides a common interface for syntax highlighting and detecting programming language in code....

PERLANCAR/SyntaxHighlight-Any-0.07 - 10 Jul 2017 14:57:23 UTC - Search in distribution

Carp::SyntaxHighlightSource - Die/warn of errors with stack backtrace and source context River stage one • 1 direct dependent • 1 total dependent

This module exports one function, "source_cluck()", which prints stack traces with syntax-highlighted source code extracts to make it obvious what has been called from where. It does not work for one-liners because there is no file from which to load...

PERLANCAR/Carp-Always-SyntaxHighlightSource-0.03 - 15 Mar 2016 20:39:21 UTC - Search in distribution

Daizu::Plugin::SyntaxHighlight - a plugin for syntax-highlighting code samples in HTML pages River stage zero No dependents

This plugin filters XHTML content expanding any "daizu::syntax-highlight" elements by passing their contents through the Text::VimColor module, which is required for it to work. The source of your articles can contain markup like this: <daizu:syntax-...

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC - Search in distribution

Gitalist::View::SyntaxHighlight - Responsible for syntax highlighting code River stage one • 2 direct dependents • 2 total dependents

Catalyst View for Syntax highlighting....

BROQ/Gitalist-0.005001 - 27 Jun 2014 19:58:08 UTC - Search in distribution

MojoMojo::Formatter::SyntaxHighlight - syntax highlighting for code blocks River stage one • 1 direct dependent • 1 total dependent

This formatter performs syntax highlighting on code blocks....

MRAMBERG/MojoMojo-1.12 - 13 May 2017 13:47:52 UTC - Search in distribution

Yukki::Web::Plugin::SyntaxHighlight - add syntax highlighting to wiki pages River stage zero No dependents

Performs syntax highlighting of text. This is able to highlight all the file types listed here with teh Syntax::Highlight::Engine::Kate module: * <https://metacpan.org/module/Syntax::Highlight::Engine::Kate#PLUGINS >...

HANENKAMP/Yukki-0.140290 - 29 Jan 2014 14:29:25 UTC - Search in distribution

Dancer2::Plugin::SyntaxHighlight::Perl - Generate pretty HTML from Perl code in a Dancer2 app River stage zero No dependents

This module provides on-the-fly conversion of Perl to syntax-highlighted HTML. For convenience it adds the keywords "highlight_perl" and "highlight_output" to the Dancer2 DSL....

TONKIN/Dancer2-Plugin-SyntaxHighlight-Perl-0.0009 - 16 Nov 2017 14:34:28 UTC - Search in distribution

App::AltSQL::Term::Plugin::SyntaxHighlight - Provide syntax-sensitive highlighting while you type River stage one • 1 direct dependent • 3 total dependents

Perform live syntax highlighting while you type. This module requires features in Term::ReadLine::Zoid that are not yet in the upstream release. If you don't want to wait until this module is updated you can install the developer release from here: <...

EWATERS/App-AltSQL-0.05 - 01 Jun 2012 16:57:23 UTC - Search in distribution

Text::VimColor - Syntax highlight text using Vim River stage two • 11 direct dependents • 13 total dependents

This module tries to markup text files according to their syntax. It can be used to produce web pages with pretty-printed colorful source code samples. It can produce output in the following formats: HTML Valid XHTML 1.0, with the exact coloring and ...

RWSTAUNER/Text-VimColor-0.29 - 03 Dec 2018 00:25:43 UTC - Search in distribution

Text::EmacsColor - syntax-highlight code snippets with Emacs River stage zero No dependents

JROCKWAY/Text-EmacsColor-0.03 - 09 Dec 2009 05:23:53 UTC - Search in distribution

ack - grep-like text finder River stage two • 24 direct dependents • 28 total dependents

ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...

PETDANCE/ack-v3.7.0 - 27 Feb 2023 14:52:52 UTC - Search in distribution

brn - bulk rename - a fork of rename. River stage zero No dependents

"brn" renames the filenames supplied according to the rule(s) given by the --expr (-e) option(s). If no such option is present then the first argument is taken to be the rule. The *perlexpr* argument is a Perl expression which is expected to modify t...

SWESTRUP/App-FileTools-BulkRename-0.07 - 18 Jul 2012 03:54:35 UTC - Search in distribution

exiftool - Read and write meta information in files River stage two • 29 direct dependents • 30 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

greple - extensible grep with lexical expression and region control River stage two • 12 direct dependents • 14 total dependents

MULTIPLE KEYWORDS AND greple can take multiple search patterns with the "-e" option, but unlike the egrep(1) command, it will search them in AND context. For example, the next command print lines those containing all of "foo" and "bar" and "baz". gre...

UTASHIRO/App-Greple-9.12 - 26 Mar 2024 15:46:25 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

notes - Simple. Git-based. Notes. River stage zero No dependents

App::Notes is a very simple command line tool that lets you creat, edit, search, and manage simple text-based notes inside of a git repository. This is very useful for keeping notes in a repository (especially a "gist" on GitHub <http://github.com>) ...

WWOLF/App-Notes-0.013 - 21 May 2013 01:58:40 UTC - Search in distribution

Intro River stage zero No dependents

GRICHTER/HTML-Embperl-1.3.6 - 15 Feb 2003 19:33:11 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Padre - Perl Application Development and Refactoring Environment River stage two • 56 direct dependents • 56 total dependents

Configuration The application maintains its configuration information in a directory called .padre. Other On Strawberry Perl you can associate .pl file extension with C:\strawberry\perl\bin\wxperl and then you can start double clicking on the applica...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC - Search in distribution

tailt - Tail files using the Tail::Tool library River stage zero No dependents

Files You can specify local files either relatively or absolutely. Remote files uses a vim like syntax for specifying remote files, it uses the ssh protocol which may mean that you may have issues if you don't use ssh keys. The format for the URI is:...

IVANWILLS/Tail-Tool-v0.4.8 - 23 Nov 2018 11:28:51 UTC - Search in distribution

UI::KeyboardLayout - Module for designing keyboard layouts River stage zero No dependents

In this section, a "keyboard" has a certain "character repertoir" (which characters may be entered using this keyboard), and a mapping associating a character in the repertoir to a keypress or to several (sequential or simultaneous) keypresses. A sma...

ILYAZ/UI-KeyboardLayout-0.79 - 16 Mar 2024 21:24:23 UTC - Search in distribution

DBIx::Web - Active Web Database Layer River stage zero No dependents

This is a database layer for Perl scripts, implementing triggers, record versioning, access control at the record level, file attachments to records, materialised views. There is a web user interface also. Based on DBI and DB_File data engines. Based...

MAKAROW/DBIx-Web-0.80 - 30 Oct 2013 17:22:21 UTC - Search in distribution

vptk_w - Perl/Tk Visual resource editor (widget edition) River stage zero No dependents

FELIXL/vptk_w_2_42b - 27 Jul 2014 12:40:24 UTC - Search in distribution

OptArgs2 - command-line argument and option processor River stage one • 4 direct dependents • 4 total dependents

OptArgs2 processes command line arguments, options, and subcommands according to the following definitions: Command A program run from the command line to perform a task. Arguments Arguments are positional parameters that pass information to a comman...

MLAWREN/OptArgs2-2.0.0 - 05 Oct 2022 09:37:09 UTC - Search in distribution

Vroom - Slide Shows in Vim River stage one • 1 direct dependent • 1 total dependent

Ever given a Slide Show and needed to switch over to Vim? Now you don't ever have to switch again. You're already there. Vroom lets you create your slides in a single file using a Wiki-like style, much like Spork and Sporx do. The difference is that ...

INGY/Vroom-0.42 - 27 Jun 2023 14:15:32 UTC - Search in distribution

Module::Generic - Generic Module to inherit from River stage two • 15 direct dependents • 19 total dependents

Module::Generic as its name says it all, is a generic module to inherit from. It is designed to be fast and provide a useful framework and speed up coding and debugging. It contains standard and support methods that may be superseded by your module. ...

JDEGUEST/Module-Generic-v0.35.5 - 26 Apr 2024 23:50:59 UTC - Search in distribution

Mac::Errors - constants for Mac error codes River stage one • 1 direct dependent • 1 total dependent

The %MacErrors hash indexes error information by the error number or symbol. Each value is a "Mac::Errors" object which has the symbol, number, and description. The $MacError scalar performs some tied magic to translate MacPerl's $^E to the error tex...

BDFOY/Mac-Errors-1.192 - 20 Jun 2018 17:50:35 UTC - Search in distribution

WWW::Selenium - Perl Client for the Selenium Remote Control test tool River stage one • 8 direct dependents • 9 total dependents

Selenium Remote Control (SRC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. SRC provides a Selenium Server, which can a...

MATTP/Test-WWW-Selenium-1.36 - 15 May 2013 21:58:48 UTC - Search in distribution

OpenThought - An AJAX transport and helper library, making AJAX-based page updates trivial River stage one • 1 direct dependent • 1 total dependent

OpenThought is a library which implements an API for AJAX communication and updates. You can perform updates to form fields, HTML, call JavaScript functions, and more with a trivial amount of code. OpenThought strives to provide a simple yet powerful...

ERIC/OpenThought-1.99.16 - 25 Aug 2007 00:57:57 UTC - Search in distribution

YAML::PP - YAML 1.2 processor River stage three • 37 direct dependents • 167 total dependents

YAML::PP is a modular YAML processor. It aims to support "YAML 1.2" and "YAML 1.1". See <https://yaml.org/>. Some (rare) syntax elements are not yet supported and documented below. YAML is a serialization language. The YAML input is called "YAML Stre...

TINITA/YAML-PP-v0.38.0 - 29 Jan 2024 23:29:38 UTC - Search in distribution

Text::Merge - v.0.36 General purpose text/data merging methods in Perl. River stage zero No dependents

The "Text::Merge" package is designed to provide a quick, versatile, and extensible way to combine presentation templates and data structures. The "Text::Merge" package attempts to do this by assuming that templates are constructed with text and that...

SHARRIS/Text-Merge-0.36 - 02 Apr 2004 01:00:13 UTC - Search in distribution

HTML::Mason::Devel - Mason Developer's Manual River stage two • 41 direct dependents • 76 total dependents

This manual is written for content developers who know HTML and at least a little Perl. The goal is to write, run, and debug Mason components. If you are the webmaster (or otherwise responsible for the Mason installation), you should also read the ad...

DROLSKY/HTML-Mason-1.60 - 11 Feb 2023 18:45:01 UTC - Search in distribution

Embperl::Intro - Introduction to Embperl River stage one • 3 direct dependents • 3 total dependents

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC - Search in distribution

untemplate - analyze several HTML documents based on the same template River stage zero No dependents

Takes multiple HTML documents generated using the same template and attempts to extract only the data inserted into original template. Accepts URL if AnyEvent::Net::Curl::Queued is present....

SYP/HTML-Untemplate-0.019 - 23 Jun 2014 08:41:42 UTC - Search in distribution

OpenOffice::OODoc::Styles - Document styles and layout processing River stage one • 6 direct dependents • 6 total dependents

This class is designed to handle styles, whether automatic or named, contained in styles.xml or content.xml. It inherits from the common OpenOffice::OODoc::XPath class and brings style-focused features. This class should not be explicitly used in an ...

JMGDOC/OpenOffice-OODoc-2.125 - 12 Jul 2010 17:11:36 UTC - Search in distribution

Pod::S5 - Generate S5 slideshow from POD source file. River stage one • 1 direct dependent • 1 total dependent

pod2s5 converts POD input to a S5 HTML slideshow. No additional software is required. Just write a POD file, run pod2s5 on it - and you're done....

TLINDEN/Pod-S5-0.09 - 03 Jul 2013 09:24:17 UTC - Search in distribution
  • Pod::S5 - Generate S5 slideshow from POD source.

Apache::Solr - Apache Solr (Lucene) extension River stage one • 1 direct dependent • 1 total dependent

Solr is a stand-alone full-text search-engine (based on Lucent), with loads of features. This module tries to provide a high level interface to the Solr server. See http://wiki.apache.org/solr/ and http://lucene.apache.org/solr/ POD ERRORS Hey! The a...

MARKOV/Apache-Solr-1.09 - 06 Dec 2022 12:32:29 UTC - Search in distribution

XML::eXistDB::RPC - access eXist databases via RPC River stage zero No dependents

This module is a full implementation of the fXML-RPC interface to the eXist Database. This is not just an one-on-one implementation: some methods are smarter and many methods are renamed to correct historical mistakes. Hopefully, the result is more r...

MARKOV/XML-ExistDB-0.14 - 25 Jul 2015 21:44:40 UTC - Search in distribution

perlhl - command-line syntax highlighter for Perl source code River stage zero No dependents

perlhl is a command line syntax highlighter for Perl code....

DOHERTY/App-perlhl-0.007 - 03 Apr 2013 10:56:47 UTC - Search in distribution
  • App::perlhl - application class for syntax highlighting Perl source code

Prima::Edit - standard text editor River stage two • 17 direct dependents • 19 total dependents

The class provides text editing capabilities, three types of selection, text wrapping, syntax highlighting, auto indenting, undo and redo function, and search and replace methods. The module declares the "bt::" package that contains integer constants...

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 UTC - Search in distribution

Cucumber::Messages - Library of classes to encapsulate Cucumber messages River stage one • 1 direct dependent • 1 total dependent

Cucumber messages <https://github.com/cucumber/messages> define the central protocol in the Cucumber ecosystem by which the various components communicate. Messages are serialized to NDJSON. This library provides both serialization/deserialization to...

CUKEBOT/Cucumber-Messages-24.1.0 - 23 Mar 2024 18:16:26 UTC - Search in distribution

share::Exegesis::E04 River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

Text::Amuse - Generate HTML and LaTeX documents from Emacs Muse markup. River stage one • 2 direct dependents • 2 total dependents

MELMOTHX/Text-Amuse-1.83 - 19 Feb 2023 09:04:24 UTC - Search in distribution

articles::tpr River stage zero No dependents

AUDREYT/Perl6-Pugs-6.2.13 - 17 Oct 2006 12:51:53 UTC - Search in distribution

pod_server - start a web server that serves locally installed perl docs River stage zero No dependents

This script has been provided to make it easy to start Pod::Server. It's name is a homage to "gem_server" from the Ruby world....

BEPPU/Pod-Server-1.14 - 20 Feb 2014 03:16:09 UTC - Search in distribution

doc::Design River stage zero No dependents

BOWMANBS/Devel-file-0.01 - 07 Oct 2007 11:57:35 UTC - Search in distribution

Arch::Tree - class representing Arch tree River stage zero No dependents

This class represents the working tree concept in Arch and provides some useful methods....

MIGO/Arch-0.5.2 - 08 Mar 2010 15:15:52 UTC - Search in distribution

DBIx::TextIndex - Perl extension for full-text searching in SQL databases River stage zero No dependents

DBIx::TextIndex was developed for doing full-text searches on BLOB columns stored in a database. Almost any database with BLOB and DBI support should work with minor adjustments to SQL statements in the module. MySQL, PostgreSQL, and SQLite are curre...

DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTC - Search in distribution

Locale::Maketext::Utils - Adds some utility functionality and failure handling to Local::Maketext handles River stage one • 2 direct dependents • 3 total dependents

DMUEY/Locale-Maketext-Utils-0.42 - 15 Apr 2016 14:44:34 UTC - Search in distribution

Regexp::Common::Markdown - Markdown Common Regular Expressions River stage one • 1 direct dependent • 2 total dependents

This module provides Markdown regular expressions as set out by its original author John Gruber <https://daringfireball.net/projects/markdown/syntax> There are different types of patterns: vanilla and extended. To get the extended regular expressions...

JDEGUEST/Regexp-Common-Markdown-v0.1.5 - 23 Aug 2021 03:03:50 UTC - Search in distribution

Pod::Clipper - Extract blocks of POD from a text document River stage zero No dependents

This module allows you to divide a document/string into POD and non-POD blocks of text. This is useful for extracting POD data (or code) from a "mixed" document, like most perl modules on CPAN. POD data is identified as per the perlpodspec manpage. I...

YHA/Pod-Clipper-0.01 - 01 Jun 2010 03:19:33 UTC - Search in distribution

pod::CONFIGURE_HOWTO River stage zero No dependents

LDS/GBrowse-2.56 - 15 Jan 2017 21:29:11 UTC - Search in distribution

Acme::OneHundredNotOut - A raise of the bat, a tip of the hat River stage zero No dependents

SIMON/Acme-OneHundredNotOut-100 - 24 Jun 2004 14:21:59 UTC - Search in distribution

pod2github - Make pretty GitHub readmes from your POD River stage zero No dependents

This program converts your POD into Markdown, with GitHub-specific formatting of source code. Because your project's README.md probably diverges from your POD, "pod2github" offers various other functions: * Improve formatting: syntax-highlight Perl s...

RJH/Pod-Github-0.04 - 24 Aug 2018 23:43:35 UTC - Search in distribution

filite-client - command-line client for Filite servers River stage zero No dependents

Share a file, chunk of text, or link via a Filite server. Filite is a URL shortner, file sharer, and pastebin that you can self-host....

TOBYINK/App-Filite-Client-0.001001 - 23 Mar 2023 18:52:35 UTC - Search in distribution

Excel::Writer::XLSX - Create a new file in the Excel 2007+ XLSX format. River stage two • 26 direct dependents • 33 total dependents

The "Excel::Writer::XLSX" module can be used to create an Excel file in the 2007+ XLSX format. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells....

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC - Search in distribution

grep-terms - Print lines that match terms River stage one • 1 direct dependent • 1 total dependent

"grep-terms" is a simple wrapper for Unix command "grep". It converts *terms* (the first argument) like this: "foo bar baz -qux -quux" to: -P -e '^(?=.*foo)(?=.*bar)(?=.*baz)(?!.*qux)(?!.*quux)' It allows searching each term in *terms* in no particul...

PERLANCAR/App-GrepUtils-0.006 - 31 May 2022 00:05:24 UTC - Search in distribution

DB::Color - Colorize your debugger output River stage one • 1 direct dependent • 1 total dependent

OVID/DB-Color-0.20 - 21 Nov 2015 10:55:09 UTC - Search in distribution

lib/Data/Rlist.pm River stage zero No dependents

Venue Random-Lists (Rlist) is a tag/value text format, which can "stringify" any data structure in 7-bit ASCII text. The basic types are lists and scalars. The syntax is similar, but not equal to Perl's. For example, ( "hello", "world" ) { "hello" = ...

ASPINDLER/Data-Rlist-1.44 - 27 Jul 2008 19:50:07 UTC - Search in distribution

File::Tabular::Web - turn tabular files into web applications River stage zero No dependents

This is a simple web application framework for searching, displaying and updating data from flat tabular files. The framework is based on File::Tabular and Search::QueryParser for searching and editing facilities, and on Plack middleware for Web supp...

DAMI/File-Tabular-Web-0.26 - 23 Jul 2018 09:49:59 UTC - Search in distribution

Sphinx::Search - Sphinx search engine API Perl client River stage one • 2 direct dependents • 3 total dependents

This is the Perl API client for the Sphinx open-source SQL full-text indexing search engine, <http://www.sphinxsearch.com>. Since 0.9.9, Sphinx supports a native MySQL-protocol client, i.e. DBI with DBD::mysql. That is, you can configure the server t...

JJSCHUTZ/Sphinx-Search-0.31 - 10 Dec 2017 07:48:14 UTC - Search in distribution

Spreadsheet::WriteExcel::Examples - Spreadsheet::WriteExcel example programs. River stage two • 33 direct dependents • 46 total dependents

This is a documentation only module showing the examples that are included in the Spreadsheet::WriteExcel distribution. This file was auto-generated via the gen_examples_pod.pl program that is also included in the examples directory....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution

Text::HikiDoc - Pure Perl implementation of 'HikiDoc' which is a text-to-HTML conversion tool. River stage zero No dependents

'HikiDoc' is a text-to-HTML conversion tool for web writers. The original 'HikiDoc' is Ruby implementation. This library is pure perl implementation of 'HikiDoc', and has interchangeability with the original....

KAWABATA/Text-HikiDoc-1.023 - 29 Oct 2016 03:45:33 UTC - Search in distribution

Template::Twostep - Compile templates into a subroutine River stage zero No dependents

This module simplifies the job of producing html text output by letting you put data into a template. Templates support the control structures in Perl: "for" and "while" loops, "if-else" blocks, and some others. Creating output is a two step process....

JINZANG/Template-Twostep-1.05 - 05 May 2014 12:01:41 UTC - Search in distribution

Parse::Eyapp::languageintro - Introduction to the Eyapp language River stage one • 1 direct dependent • 4 total dependents

WBRASWELL/Parse-Eyapp-1.21 - 14 Jun 2017 09:28:46 UTC - Search in distribution

CWB::Web::Search - A WWW search style front-end to the CWB River stage zero No dependents

The *CWB::Web::Search* module executes simple queries similar to commercial Web search engines on CWB-encoded corpora. The *query()* method returns *keywords* found in the corpus with the requested amount of context in HTML format. Additionally, data...

SCHTEPF/CWB-Web-v3.5.0 - 25 Jul 2022 15:58:24 UTC - Search in distribution

Gtk3::SourceView - Perl binding for the Gtk3::SourceView widget River stage zero No dependents

Gtk3::SourceView is a simple binding for the Gtk3 SourceView 3.x widget using Gobject::Introspection. The Gtk SourceView widget is for example used by gedit, Anjuta and several other projects. GtkSourceView extends the standard GTK+ framework for mul...

PERLMAX/Gtk3-SourceView-0.12 - 27 Jul 2016 08:57:29 UTC - Search in distribution

Chart::Plotly::Trace::Box - Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2, i.e. the median) is marked by a line inside the box. The fences grow outward from the boxes' edges, by default they span +/- 1.5 times the interquartile range (IQR: Q3-Q1), The sample mean and standard deviation as well as notches and the sample, outlier and suspected outliers points can be optionally added to the box plot. The values and positions corresponding to each boxes can be input using two signatures. The first signature expects users to supply the sample values in the `y` data array for vertical boxes (`x` for horizontal boxes). By supplying an `x` (`y`) array, one box per distinct `x` (`y`) value is drawn If no `x` (`y`) {array} is provided, a single box is drawn. In this case, the box is positioned with the trace `name` or with `x0` (`y0`) if provided. The second signature expects users to supply the boxes corresponding Q1, median and Q3 statistics in the `q1`, `median` and `q3` data arrays respectively. Other box features relying on statistics namely `lowerfence`, `upperfence`, `notchspan` can be set directly by the users. To have plotly compute them or to show sample points besides the boxes, users can set the `y` data array for vertical boxes (`x` for horizontal boxes) to a 2D array with the outer length corresponding to the number of boxes in the traces and the inner length corresponding the sample size. River stage one • 2 direct dependents • 2 total dependents

Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2, i.e. the median) is marked by a line inside the box. The fences grow outward from the boxes' edges, by default they span +/- 1.5 times the interquartile range (IQR: Q3-Q...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC - Search in distribution
  • Chart::Plotly::Trace::Violin - In vertical (horizontal) violin plots, statistics are computed using `y` (`x`) values. By supplying an `x` (`y`) array, one violin per distinct x (y) value is drawn If no `x` (`y`) {array} is provided, a single violin is drawn. That violin position is then positioned with with `name` or with `x0` (`y0`) if provided.
  • Chart::Plotly::Trace::Scatter - The scatter trace type encompasses line charts, scatter charts, text charts, and bubble charts. The data visualized as scatter point or lines is set in `x` and `y`. Text (appearing either on the chart or on hover only) is via `text`. Bubble charts are achieved by setting `marker.size` and/or `marker.color` to numerical arrays.
  • Chart::Plotly::Trace::Pie - A data visualized by the sectors of the pie is set in `values`. The sector labels are set in `labels`. The sector colors are set in `marker.colors`
  • 4 more results from Chart-Plotly »

PPI::HTML - Generate syntax-hightlighted HTML for Perl using PPI River stage two • 14 direct dependents • 20 total dependents

PPI::HTML converts Perl documents into syntax highlighted HTML pages....

ADAMK/PPI-HTML-1.08 - 16 Nov 2009 00:08:15 UTC - Search in distribution

JSON::Color - Encode to colored JSON River stage two • 5 direct dependents • 45 total dependents

This module generates JSON, colorized with ANSI escape sequences. To change the color, see the %theme in the source code. In theory you can also modify it to colorize using HTML....

PERLANCAR/JSON-Color-0.134 - 02 Jul 2023 16:53:59 UTC - Search in distribution

Devel::PerlySense - Perl IDE backend with Emacs frontend River stage zero No dependents

PerlySense is a Perl IDE backend that integrates with editor frontends, currently Emacs. (While no one has written a Vim frontend, PerlySense can emit Vim style data structures.) Conveniently navigate and browse the code and documentation of your pro...

JOHANL/Devel-PerlySense-0.0221 - 30 Aug 2019 08:12:04 UTC - Search in distribution

Archive::Ipkg - Module for manipulation of iPKG archives River stage zero No dependents

This module aids in the construction of iPKG packages (See links below for description of the implemented package format). The interface is somewhat similar to that of Archive::Tar, but with a couple differences. I consider the module to be in a beta...

CRENZ/Archive-Ipkg-0.04 - 23 Jan 2008 04:08:10 UTC - Search in distribution

Win32::Mechanize::NotepadPlusPlus::Editor - The editor object for Notepad++ automation River stage zero No dependents

The editor object for Notepad++ automation using Win32::Mechanize::NotepadPlusPlus: this object will interface with Notepad++'s Scintilla component instances. Please note that because this module is driving Notepad++'s Scintilla components externally...

PETERCJ/Win32-Mechanize-NotepadPlusPlus-0.011 - 27 May 2023 21:25:42 UTC - Search in distribution

HTML::FormFu::Manual::Cookbook - Cooking with HTML::FormFu River stage two • 13 direct dependents • 25 total dependents

Miscellaneous useful recipes for use with HTML::FormFu...

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution

lib/Docs/US_DOD/CPM.pm River stage zero No dependents

SOFTDIA/Docs-US_DOD-STD2167A-0.06 - 16 Sep 2003 03:56:37 UTC - Search in distribution

Text::FastTemplate - Class that compiles text templates into subroutines. River stage zero No dependents

Text::FastTemplate compiles templates that are written in a line-oriented syntax that resembles the C-preprocessor syntax into Perl subroutines. As much as possible, it is designed to be: Simple the API and the template syntax are very simple. Fast t...

BOZZIO/Text-FastTemplate-0.95 - 07 Nov 2001 06:42:15 UTC - Search in distribution

HTML::Prototype::Js - prototype library, embedded in perl River stage two • 8 direct dependents • 29 total dependents

This is the actual Prototype library embedded in a perl __DATA__ section, for easy inclusion in HTML::Prototype....

ESSKAR/HTML-Prototype-1.48 - 22 Sep 2006 18:19:33 UTC - Search in distribution

Search::Elasticsearch::Client::Compat - The client compatibility layer for migrating from ElasticSearch.pm River stage one • 2 direct dependents • 2 total dependents

See Search::Elasticsearch::Compat for an explanation of why this module exists....

DRTECH/Search-Elasticsearch-Compat-0.10 - 05 Mar 2014 15:29:58 UTC - Search in distribution

Shell::Parser - Simple shell script parser River stage one • 1 direct dependent • 1 total dependent

This module implements a rudimentary shell script parser in Perl. It was primarily written as a backend for "Syntax::Highlight::Shell", in order to simplify the creation of the later....

SAPER/Shell-Parser-0.04 - 08 Apr 2005 21:19:23 UTC - Search in distribution

WWW::Pastebin::PastebinCom::API - implementation of pastebin.com API River stage one • 1 direct dependent • 1 total dependent

This module is an implementation of the pastebin.com API (<http://pastebin.com/api>). The API allows creation of public, unlisted, and private pastes; deletion of private pastes; listing of trending pastes and private pastes; and retrieval of a paste...

ZOFFIX/WWW-Pastebin-PastebinCom-API-1.001004 - 26 Dec 2016 18:31:10 UTC - Search in distribution
142 results (0.112 seconds)