PERLANCAR/Acme-CPANModulesBundle-Import-NEILB-0.001 - 22 Sep 2018 01:11:41 UTC - Search in distribution
- Acme::CPANModules::Import::NEILB::LUHN - Checking credit card numbers (LUHN check) (2012)
- Acme::CPANModules::Import::NEILB::Markdown - Modules for converting markdown to HTML (2013)
- Acme::CPANModules::Import::NEILB::UserAgent - Parsing User-Agent strings (2012)
- 8 more results from Acme-CPANModulesBundle-Import-NEILB »
Non-Description This module is not for drawing or rendering any sort of *graphics* or *images*, business, visualization, or otherwise. Description Instead, this module is for creating *abstract data structures* called graphs, and for doing various op...
ETJ/Graph-0.9712 - 05 Dec 2020 20:37:15 UTC - Search in distributionThis module is used to define a set of constants with ordered numeric values, similar to the "enum" type in the C programming language. You can also define bitmask constants, where the value assigned to each constant has exactly one bit set (eg 1, 2,...
NEILB/enum-1.11 - 27 Oct 2015 21:40:07 UTC - Search in distributionThe AtExit module provides ANSI-C style exit processing modeled after the "atexit" function in the standard C library (see atexit(3C)). Various exit processing routines may be registered by calling atexit and passing it the desired subroutine along w...
NEILB/AtExit-2.03 - 25 Oct 2015 08:59:04 UTC - Search in distributionThe "Test::Cmd" module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system. The "Test::Cmd" module makes...
NEILB/Test-Cmd-1.09 - 25 Oct 2015 11:50:21 UTC - Search in distributionmpath displays the full path to a perl module on the local system. It uses the "module_path()" function from Module::Path to get the path. If one of the module wasn't found, mpath will exit with the exit code 1 and print the following message (you ca...
NEILB/Module-Path-0.19 - 16 Mar 2015 21:24:10 UTC - Search in distribution- Module::Path - get the full path to a locally installed module
MetaText is a text processing and markup meta-language which can be used for processing "template" files. This module is a Perl 5 extension implementing a MetaText object class which processes text files, interpreting and acting on the embedded MetaT...
ABW/Text-MetaText-0.22 - 01 Sep 1998 14:15:59 UTC - Search in distributionUse this pragma to define global constants....
NEILB/define-1.04 - 27 Oct 2015 21:54:14 UTC - Search in distribution"Net::IPv6Addr" checks whether strings contain valid IPv6 addresses, and converts IPv6 addresses into various formats. All of "new", "is_ipv6", and "ipv6_parse" can process the following formats: Preferred form: x:x:x:x:x:x:x:x "2001:db8:0:0:0:ff00:4...
BKB/Net-IPv6Addr-1.01 - 20 Jun 2020 04:25:19 UTC - Search in distributioncsvgrep is a script that lets you look for a pattern in a CSV file, and then displays the results in a text table. We assume that the first line in the CSV is a header row. The simplest usage is to look for a word in a CSV: % csvgrep Murakami books.c...
NEILB/csvgrep-0.08 - 16 May 2019 22:51:19 UTC - Search in distributionThis module implements a configurable web traversal engine, for a *robot* or other web agent. Given an initial web page (*URL*), the Robot will get the contents of that page, and extract all links on the page, adding them to a list of URLs to visit. ...
KVENTIN/WWW-Robot-0.026 - 07 Aug 2009 13:21:26 UTC - Search in distributionprereq-grapher parses perl source and looks for prerequisites, such as modules that are "use"'d or "require"'d. All of those modules are then parsed in turn, looking for *their* dependencies. Once all files have been parsed, prereq-grapher will write...
NEILB/App-PrereqGrapher-0.14 - 22 Mar 2016 19:29:05 UTC - Search in distribution- App::PrereqGrapher - generate dependency graph using Perl::PrereqScanner
Date::Holidays is an adapters exposing a uniform API to a set of dsitributions in the Date::Holidays::* namespace. All of these modules deliver methods and information on national calendars, but no standardized API exist. The distributions more or le...
JONASBN/Date-Holidays-1.29 - 13 Nov 2020 22:05:20 UTC - Search in distribution"News::Newsrc" manages newsrc files, of the style alt.foo: 1-21,28,31-34 alt.bar! 3,5,9-2900,2902 Methods are provided for * reading and writing newsrc files * adding and removing newsgroups * changing the order of newsgroups * subscribing and unsubs...
SWMCD/News-Newsrc-1.11 - 16 Apr 2013 02:30:15 UTC - Search in distribution"IO::Tee" objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The "IO::Tee" constructor, given a list of output handles, returns a tied handle that can be writt...
NEILB/IO-Tee-0.66 - 19 Aug 2020 20:02:59 UTC - Search in distributionParagraphs The fundamental task of the "autoformat" subroutine is to identify and rearrange independent paragraphs in a text. Paragraphs typically consist of a series of lines containing at least one non-whitespace character, followed by one or more ...
NEILB/Text-Autoformat-1.75 - 13 Aug 2019 10:43:04 UTC - Search in distributioncpan-upload is a script which automates the process of uploading a file to CPAN using PAUSE, the Perl Authors Upload Server. For example, to upload a recent version of the Net::Dict module I ran: % cpan-upload -verbose Net-Dict-1.07.tar.gz If everyth...
LEOCHARRE/LEOCHARRE-Dev-1.13 - 30 Oct 2009 19:22:22 UTC - Search in distributionNote: you should look at HTTP::Tiny or LWP before using this module. HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-featured LWP module. Instead, it is intended for use in s...
NEILB/HTTP-Lite-2.44 - 11 Mar 2015 22:16:55 UTC - Search in distribution*URI::Fetch* is a smart client for fetching HTTP pages, notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth- and time-saving way. That means: * GZIP support If you have *Compress::Zlib* installed, *URI::Fetch* will automat...
NEILB/URI-Fetch-0.13 - 02 Jul 2016 08:36:55 UTC - Search in distributionThis script gives you a command-line interface to the API for todoist, which is an online todo list service, with interfaces on most mobile devices and desktop operating systems. At the moment this just supports two operations: * importing a list of ...
NEILB/App-todoist-0.04 - 06 Aug 2016 18:04:30 UTC - Search in distribution- App::todoist - command-line for manipulating your todoist.com todo list