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

Search results for "JKUTEJ"

sersh - serial port shell River stage zero No dependents

Serial port shell with Gnu readline support for command editing and history. Launch with serial device as argument and then write commands that will be sent over serial port after you hit enter. All input from serial port is printed on the screen as ...

JKUTEJ/App-sersh-0.01 - 08 Oct 2020 16:18:13 UTC - Search in distribution

JSON::Parse - Parse JSON River stage two • 35 direct dependents • 77 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

IO::Any - open anything River stage two • 11 direct dependents • 24 total dependents

The aim is to provide read/write anything. The module tries to guess $what the "anything" is based on some rules. See "new" method Pod for examples and "new" and "_guess_what" code for the implementation. There are two methods "slurp" and "spew" to r...

JKUTEJ/IO-Any-0.09 - 21 Sep 2014 13:50:05 UTC - Search in distribution

Sys::Path - supply autoconf style installation directories River stage two • 3 direct dependents • 16 total dependents

The goal is that Sys::Path provides autoconf style system paths. The default paths for file locations are based on <http://www.pathname.com/fhs/> (Filesystem Hierarchy Standard) if the Perl was installed in /usr. For all other non-standard Perl insta...

JKUTEJ/Sys-Path-0.16 - 13 Oct 2017 18:32:55 UTC - Search in distribution

File::is - file is older? oldest? is newer? newest? similar? the same? River stage two • 3 direct dependents • 10 total dependents

This module is a result of /me not wanting to write: if ($(stat('filename'))[9] < $(stat('tmp/other-filename'))[9]) { do_someting(); }; Instead I wrote a module with ~80 lines of code and ~90 lines of tests for it... So how is the module different fr...

JKUTEJ/File-is-0.04 - 12 Oct 2017 06:54:39 UTC - Search in distribution

Pod::2::DocBook - Convert Pod data to DocBook SGML River stage zero No dependents

Pod::2::DocBook is a module for translating Pod-formatted documents to DocBook 4.2 SGML (see <http://www.docbook.org/>). It is primarily a back end for pod2docbook, but, as a Pod::Parser subclass, it can be used on its own. The only public extensions...

JKUTEJ/Pod-2-DocBook-0.03 - 02 May 2009 13:45:42 UTC - Search in distribution

App::Stash - persistent application data storage River stage zero No dependents

The purpose of the module is to transparently save stash data (structure) across application (script) execution. The save is done in "DESTROY" method. This has certain limitations. Basically make sure you never store object in the "data" as this one ...

JKUTEJ/App-Stash-0.02 - 20 Nov 2010 18:18:52 UTC - Search in distribution

Text::ECSV - Extended CSV manipulation routines River stage zero No dependents

" use base 'Text::CSV_XS'; " => see Text::CSV_XS. Roland Giersig had a presentation at YAPC 2007 called 'Techniques for Remote System-Monitoring'. He was explaining his search after a good logging format or how to store continuous flow of data in a m...

JKUTEJ/Text-ECSV-0.02 - 11 Dec 2016 13:11:15 UTC - Search in distribution

meon::Web - XML+XSLT file based "CMS" River stage zero No dependents

meon-Web is CMS for designers or publishers that wants to use the whole power of HTML for their sites, but doesn't want to bother with programming. Main implementation goal is be able to have sites as files and go as far as possible with standard XML...

SPINNE/meon-Web-0.04 - 28 May 2015 12:20:17 UTC - Search in distribution

Chart::OFC2 - Generate html and data files for use with Open Flash Chart version 2 River stage zero No dependents

OFC2 is a flash script for creating graphs. To have a graph we need an open-flash-chart.swf and a JSON data file describing graph data. Complete examples you can find after successful run of this module tests in t/output/ folder - t/output/bar.html, ...

JKUTEJ/Chart-OFC2-0.07 - 06 Feb 2010 15:04:49 UTC - Search in distribution

Data::asXML - convert data structures to/from XML River stage one • 1 direct dependent • 1 total dependent

There are couple of modules mapping XML to data structures. (XML::Compile, XML::TreePP, XML::Simple, ...) but they aim at making data structures adapt to XML structure. This one defines couple of simple XML tags to represent data structures. It makes...

JKUTEJ/Data-asXML-0.07 - 04 Mar 2015 13:50:19 UTC - Search in distribution

JSON::Util - easy and portable encode/decode of JSON River stage two • 6 direct dependents • 19 total dependents

JKUTEJ/JSON-Util-0.06 - 03 Sep 2015 16:00:14 UTC - Search in distribution

URL::Transform - perform URL transformations in various document types River stage zero No dependents

URL::Transform is a generic module to perform an url transformation in a documents. Accepts callback function using which the url link can be changed. There are different modules to handle different document types, elements or attributes: "text/html"...

JKUTEJ/URL-Transform-0.01 - 27 Apr 2011 17:56:48 UTC - Search in distribution

Data::Keys - get/set key+value extensible manipulations, base module for Data::Keys::E::* River stage zero No dependents

Data::Keys is just a base class module that purpose is to allow loading extensions in "Data::Keys::E::*" namespace....

JKUTEJ/Data-Keys-0.04 - 27 Nov 2016 10:26:50 UTC - Search in distribution

Test::Daily - daily testing reports River stage zero No dependents

JKUTEJ/Test-Daily-0.02 - 29 Sep 2009 20:30:00 UTC - Search in distribution

CPAN::Patches - patch CPAN distributions River stage one • 2 direct dependents • 2 total dependents

This module allows to apply custom patches to the CPAN distributions. See "patch" and "update_debian" for a detail description how. See <http://github.com/jozef/CPAN-Patches-Example-Set> for example generated Debian patches set folder....

JKUTEJ/CPAN-Patches-0.05 - 05 Jun 2015 12:31:31 UTC - Search in distribution

Data::Formula - formulas evaluation and calculation River stage zero No dependents

evaluate and calulate formulas with variables of the type var212 - var213 + var314 * (var354 + var394) - 10...

JKUTEJ/Data-Formula-0.02 - 04 Jul 2021 21:48:51 UTC - Search in distribution

hdb-build-tarballs - discover Subversion tags/ folders and build tarballs from the lastes tag inside River stage zero No dependents

The purpose is to discover SVN tags/ folders and then find the latest tag folder inside (based on revision version). This folder will be checkedout to temporary folder where `perl Build.PL && perl Build distmeta && perl Build dist` will be executed t...

JKUTEJ/HTTP-DAV-Browse-0.05 - 14 Oct 2010 14:05:02 UTC - Search in distribution

Debian::Apt::PM - locate Perl Modules in Debian repositories River stage zero No dependents

JKUTEJ/Debian-Apt-PM-0.09 - 22 Dec 2012 21:36:06 UTC - Search in distribution

Build::Daily - module to update daily versions for Module::Build and ExtUtils::MakeMaker River stage zero No dependents

Updates $VERSION string based on current date or forced string. This allows to create daily/commit builds. FUNCTIONS...

JKUTEJ/Build-Daily-0.01 - 24 Jul 2009 17:59:21 UTC - Search in distribution
40 results (0.031 seconds)