Search results for "CORION"
CORION::Apache::Tika - connect to Apache::Tika
CORION/Dancer-SearchApp-0.06
-
14 Dec 2016 21:42:14 UTC
-
Search in distribution
Padre - Perl Application Development and Refactoring Environment
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
DBD::SQLite - Self-contained RDBMS in a DBI Driver
SQLite is a public domain file-based relational database engine that you can find at <https://www.sqlite.org/>. DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction cap...
ISHIGAKI/DBD-SQLite-1.74 - 19 Sep 2023 17:26:03 UTC - Search in distribution
part - split up a single input file into multiple files according to a column value
CORION/App-part-0.07
-
22 Jul 2019 18:08:24 UTC
-
Search in distribution
Test::Class - Easily create test classes in an xUnit/JUnit style
Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...
SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC - Search in distribution
CHANGES
This is a list of the main changes between different versions of SVN::Web. Please see UPDATING.pod for details about any changes you may need to make when updating an SVN::Web installation. 0.63, released Oct 17, 2012 * More improvements to UTF8 hand...
DJZORT/SVN-Web-0.63 - 17 Oct 2012 09:23:24 UTC - Search in distribution
DBD::SQLcipher - Self-contained RDBMS in a DBI Driver
SQLcipher is a public domain file-based relational database engine that you can find at <http://www.sqlite.org/>. DBD::SQLcipher is a Perl DBI driver for SQLcipher, that includes the entire thing in the distribution. So in order to get a fast transac...
TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC - Search in distribution
TAP::Parser - Parse TAP output
"TAP::Parser" is designed to produce a proper parse of TAP output. For an example of how to run tests through this module, see the simple harnesses "examples/". There's a wiki dedicated to the Test Anything Protocol: <http://testanything.org> It incl...
LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC - Search in distribution
XML::Tiny - simple lightweight parser for a subset of XML
XML::Tiny is a simple lightweight parser for a subset of XML...
DCANTRELL/XML-Tiny-2.07 - 17 Aug 2017 21:00:50 UTC - Search in distribution
Spreadsheet::Read - Read the data from a spreadsheet
Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning. For OpenOffice and/or LibreOffice this module uses Spreadsheet::...
HMBRAND/Spreadsheet-Read-0.88 - 07 Nov 2023 20:54:50 UTC - Search in distribution
HTML::Template::Compiled - Template System Compiles HTML::Template files to Perl code
HTML::Template::Compiled is a template system which can be used for HTML::Template templates with almost the same API. It offers more flexible template delimiters, additional tags and features, and by compiling the template into perl code it can run ...
TINITA/HTML-Template-Compiled-1.003 - 03 May 2016 12:15:34 UTC - Search in distribution
WWW::Velib - Download account information from the Velib website
*Documentation en français ci-dessous*. "WWW::Velib" connects to the Velib web site with your credentials and extracts the information concerning your account. The available information includes the date your subscription expires, how many trips made...
DLAND/WWW-Velib-0.05 - 13 Nov 2007 15:11:54 UTC - Search in distribution
Object::Import - import methods of an object as functions to a package
This module lets you call methods of a certain object more easily by exporting them as functions to a package. The exported functions are not called as methods and do not receive an object argument, but instead the object is fixed at the time you imp...
CORION/Object-Import-1.005 - 29 Oct 2018 17:48:12 UTC - Search in distribution
Test::TAP::Model - DEPRECATED Use TAP::Harness, TAP::Formatter::HTML
This module is a subclass of Test::Harness::Straps (although in an ideal world it would really use delegation). It uses callbacks in the straps object to construct a deep structure, with all the data known about a test run accessible within. It's pur...
NUFFIN/Test-TAP-Model-0.10 - 22 Jun 2008 03:58:47 UTC - Search in distribution
dump-wiki - dump a wiki to STDOUT
Takes two mandatory arguments: dbtype The type of the database. Possible values are "pg" (for Postgres), "mysql" for MySQL and "sqlite" for SQLite. dbname The name of the file to store the SQLite database in. It will be created if it doesn't already ...
CORION/CGI-Wiki-Simple-0.12 - 05 Apr 2003 21:06:39 UTC - Search in distribution- CGI::Wiki::Simple - A simple wiki application using CGI::Application.
- simple-user-setup-sqlite - set up a wiki together with default content
Data::Roundtrip - convert between Perl data structures, YAML and JSON with unicode support (I believe ...)
BLIAKO/Data-Roundtrip-0.25
-
07 Nov 2023 14:46:31 UTC
-
Search in distribution
parent - Establish an ISA relationship with base classes at compile time
Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Mostly similar in effect to package Baz; BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); } By default, every base class needs to ...
CORION/parent-0.241 - 14 Feb 2023 21:53:47 UTC - Search in distribution
scrape.pl - simple HTML scraping from the command line
This program fetches an HTML page and extracts nodes matched by XPath or CSS selectors from it. If URL is "-", input will be read from STDIN....
CORION/App-scrape-0.08 - 28 Oct 2018 07:26:20 UTC - Search in distribution- scrape2rss.pl - extract information as RSS (well, Atom) feed
- App::scrape - simple HTML scraping
Sniffer::HTTP - multi-connection sniffer driver
CORION/Sniffer-HTTP-0.28
-
20 Oct 2022 18:56:52 UTC
-
Search in distribution
- Sniffer::Connection - contain basic information about a TCP connection
- Net::Pcap::FindDevice - find the "best" network device for sniffing
- Sniffer::Connection::HTTP - Callbacks for a HTTP connection
DBD::WMI - interface to the Windows WMI
CORION/DBD-WMI-0.11
-
10 Mar 2019 11:00:25 UTC
-
Search in distribution
- Win32::WQL - DBI-like wrapper for the WMI