The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "data::section"

Data::Section - read multiple hunks of data out of your DATA section River stage four • 57 direct dependents • 1233 total dependents

Data::Section provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but probably has other uses....

RJBS/Data-Section-0.200008 - 31 Dec 2022 18:50:35 UTC - Search in distribution

Data::Section::Simple - Read data from __DATA__ River stage three • 54 direct dependents • 105 total dependents

Data::Section::Simple is a simple module to extract data from "__DATA__" section of the file....

MIYAGAWA/Data-Section-Simple-0.07 - 24 Apr 2014 04:20:24 UTC - Search in distribution

Data::Section::Fixture - data section as a fixture River stage zero No dependents

Data::Section::Fixture is a module to use "__DATA__" section as a fixture data. This module is intended to be used with unit testing. The mark "@@ setup" in "__DATA__" section stands for setup SQL which is executed just before "with_fixture". The SQL...

ADDSICT/Data-Section-Fixture-0.01 - 26 Jun 2014 00:50:33 UTC - Search in distribution

Data::Section::Seekable - Read and write parts from data section River stage two • 5 direct dependents • 14 total dependents

This module defines a simple format to let you store and read parts from data section. The distribution also comes with a reader (see Data::Section::Seekable::Reader) and a writer/generator (see Data::Section::Seekable::Writer). Like Data::Section, t...

PERLANCAR/Data-Section-Seekable-0.092 - 29 May 2023 00:05:42 UTC - Search in distribution

Data::Section::TestBase - Parse Test::Base format from DATA section River stage two • 14 direct dependents • 38 total dependents

This module parse a DATA section as Test::Base format by Text::TestBase....

TOKUHIROM/Text-TestBase-0.13 - 02 Nov 2015 06:53:26 UTC - Search in distribution

lib/Win32/Exe/Section/Data.pm River stage one • 2 direct dependents • 3 total dependents

MDOOTSON/Win32-Exe-0.17 - 19 Jul 2011 21:58:18 UTC - Search in distribution

Data::Reporter::VisSection - handler to manipulate sections in VisRep.pl. River stage zero No dependents

new(); Creates a new section handler $section->configure(option => value) valid options are: Name Section name Lines array of Lines to be printed in this section Code Code to execute before printing the data section Size Number of lines in the sectio...

RVAZ/Data-Reporter-1.4 - 06 Mar 2002 20:52:07 UTC - Search in distribution

dump-data-section-seekable - Dump Data::Section::Seekable structure in a Perl file or module River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-DataSectionSeekableUtils-0.02 - 18 Jan 2016 04:16:56 UTC - Search in distribution

Plack::App::DataSection - psgi application for serving contents in data section River stage zero No dependents

Plack::App::DataSection is psgi application for serving contents in data section. Inherit this module and you can easily create psgi application for serving contents in data section. You can even serve binary contents!...

SONGMU/Plack-App-DataSection-0.05 - 17 Jun 2013 11:21:02 UTC - Search in distribution

Blosxom::Plugin::DataSection - Read data from __DATA__ River stage zero No dependents

This module extracts data from "__DATA__" section of the plugin, and also merges them into Blosxom default templates. METHODS $template = $class->get_data_section( $name ) This method returns a string containing the data from the named section. $clas...

ANAZAWA/Blosxom-Plugin-0.02004 - 26 Nov 2012 21:42:32 UTC - Search in distribution

DBIx::Simple::DataSection - executes the sql in the __DATA__ section River stage zero No dependents

DBIx::Simple::DataSection is a simple DBIx::Simple wrapper module which allows you to execute the sql defined in __DATA__ section....

KITANO/DBIx-Simple-DataSection-0.02 - 25 Oct 2010 09:47:44 UTC - Search in distribution

LWPx::Record::DataSection - Record/restore LWP response using __DATA__ section River stage one • 1 direct dependent • 1 total dependent

LWPx::Record::DataSection overrides LWP::Protocol and creates response object from __DATA__ section. The response should be recorded as below: __DATA__ @@ [method] [url] [raw response] @@ [method] [url] [raw response] ......

MOTEMEN/LWPx-Record-DataSection-0.01 - 23 Feb 2011 12:31:02 UTC - Search in distribution

Path::Resolver::Resolver::DataSection - find content in a package's Data::Section content River stage one • 1 direct dependent • 1 total dependent

RJBS/Path-Resolver-3.100455 - 31 Dec 2022 19:00:48 UTC - Search in distribution

lib/Text/MicroTemplate/DataSectionEx.pm River stage one • 5 direct dependents • 6 total dependents

TYPESTER/Text-MicroTemplate-DataSection-0.01 - 03 Jul 2010 03:18:08 UTC - Search in distribution

PDL - the Perl Data Language River stage three • 94 direct dependents • 102 total dependents

(For the exported PDL constructor, pdl(), see PDL::Core) PDL is the Perl Data Language, a perl extension that is designed for scientific and bulk numeric data processing and display. It extends perl's syntax and includes fully vectorized, multidimens...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC - Search in distribution

Su - A simple application layer to divide and integrate data and processes in the Perl program. River stage zero No dependents

Su is a simple application framework that works as a thin layer to divide data and process in your Perl program. This framework aims an ease of maintenance and extension of your application. Su is a thin application layer, so you can use Su with many...

LOTTZ/Su-0.110 - 02 Dec 2012 15:33:55 UTC - Search in distribution

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage two • 35 direct dependents • 55 total dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC - Search in distribution

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage zero No dependents

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC - Search in distribution

P - Safer, friendlier printf/print/sprintf + say River stage zero No dependents

"P" is a combined print, printf, sprintf & say in 1 routine. It saves tremendously on development time. It's not just a 1 character 'verb', but has other time-saving and powerful features. It has the convenience of "say" in adding a newline when need...

LAWALSH/P-1.1.41 - 31 Oct 2019 06:30:48 UTC - Search in distribution

PV - Text-mode User Interface Widgets. River stage zero No dependents

Once upon a time I needed a basic text-mode GUI framework to implement some nice-looking interfaces for the Linux console. Didn't find any around, so necessity became the mother of PerlVision, which kept growing as I kept adding more goodies, so now ...

AGUL/PerlVision-1.5 - 31 Oct 2000 07:44:51 UTC - Search in distribution
3,098 results (0.143 seconds)