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

Search results for "SOH"

cat-v - visualize non-printing characters River stage zero No dependents

The "cat -v" command is often used to display characters that cannot be displayed, but is not always suitable for viewing the output of modern applications because it converts all non-ASCII characters. The "cat-v" command visualizes whitespace and co...

UTASHIRO/App-cat-v-0.9903 - 23 Apr 2024 09:25:07 UTC - Search in distribution

cdif - word context diff River stage one • 3 direct dependents • 3 total dependents

cdif is a post-processor of the Unix diff command. It highlights deleted, changed and added words based on word context (--unit=word by default). If you want to compare text character-by-character, use option --unit=char. Option --unit=mecab tells to...

UTASHIRO/App-sdif-4.3301 - 27 Mar 2024 06:50:34 UTC - Search in distribution

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
  • perl5200delta - what is new for perl v5.20.0
  • perlebcdic - Considerations for running Perl on EBCDIC platforms
  • perlebcdic - Considerations for running Perl on EBCDIC platforms

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

Sah::Schema::language::code - Language code (alpha-2 or alpha-3) River stage one • 1 direct dependent • 1 total dependent

Accept only current (not retired) codes. Alpha-2 or alpha-3 codes are accepted....

PERLANCAR/Sah-Schemas-Language-0.005 - 18 Nov 2023 00:06:18 UTC - Search in distribution

FASTAParse - A light-weight parsing module for handling FASTA formatted sequence within larger perl applications. River stage zero No dependents

FASTAParse is pretty simple in that it does one of two things: 1) loads a FASTA object from a chunk of text; 2) formats a FASTA object given explicit user input. See SYNOPSIS for example code for both functions. Once populated, individual sections of...

TWYLIE/FASTAParse-0.0.3 - 05 Apr 2008 03:28:25 UTC - Search in distribution

Protocol::FIX - Financial Information eXchange (FIX) messages parser/serializer River stage zero No dependents

With this module you can easily create new FIX messages in human-readable way, i.e. use names like OrderQty => '499', instead of directly wring string like '39=499'; and vise versa, you can parse the gibberish FIX messages to access fields in human-r...

BINARY/Protocol-FIX-0.08 - 10 May 2023 10:44:45 UTC - Search in distribution

Locale::RecodeData::VISCII - Conversion routines for VISCII River stage three • 39 direct dependents • 207 total dependents

This module is generated and contains the conversion tables and routines for VISCII....

GUIDO/libintl-perl-1.33 - 14 Dec 2022 08:08:20 UTC - Search in distribution

Convert::ASCIInames - ASCII names for control characters River stage zero No dependents

Most if not all of the non-printing characters of the ASCII character set had special significance in the days of teletypes and paper tapes. For example, the character code 0x00 would be sent repeatedly in order to give the receiving end a chance to ...

ROUS/Convert-ASCIInames-1.002 - 18 Feb 2004 14:08:43 UTC - Search in distribution

App::optex::util::filter - optex filter utility module River stage one • 4 direct dependents • 4 total dependents

This module is a collection of sample utility functions for command optex. Function can be called with option declaration. Parameters for the function are passed by name and value list: *name*=*value*. Value 1 is assigned for the name without value. ...

UTASHIRO/App-optex-v0.99.2 - 28 Apr 2024 08:35:17 UTC - Search in distribution

Xmodem::Constants River stage one • 2 direct dependents • 3 total dependents

COSIMO/Device-Modem-1.59 - 15 Jun 2020 07:24:02 UTC - Search in distribution

Tie::StoredOrderHash - ordered associative arrays for Perl River stage one • 1 direct dependent • 1 total dependent

Tie::StoredOrderHash is a(nother) implementation of a Perl hash that preserves the order in which elements are stored. While uncooked Perl hashes make no guarantees about the order in which elements are iterated, T::SOH objects iterate over elements ...

TFM/Tie-StoredOrderHash-0.22 - 16 Aug 2010 03:35:30 UTC - Search in distribution

Test::Deep::Cond - simple code test in Tesst::Deep River stage one • 1 direct dependent • 1 total dependent

Test::Deep::Cond is simple way to compare value by code reference. Test::Deep provides "code" function. But, Test::Deep::Cond is more simply to test. cmp_deeply( { hoge => 3, }, { hoge => code(sub { my $val = shift; 2 < $val and $val < 4 }), }, ); Th...

SOH/Test-Deep-Cond-0.01 - 08 Feb 2013 07:31:57 UTC - Search in distribution

Test::Deep::Teng::Row - Compare Teng::Row object by get_columns method in using Test::Deep River stage zero No dependents

Test::Deep::Teng::Row support to compare Teng::Row object in using Test::Deep. It is faild to compare got Teng::Row object to expected that is fetched by diffrent sql to got by is_deeply function. Because Teng::Row object has sql attribute that is us...

SOH/Test-Deep-Teng-Row-0.01 - 15 Nov 2012 05:25:24 UTC - Search in distribution

Device::SerialPort::Xmodem::Constants - Xmodem file transfer protocol for Device::SerialPort River stage zero No dependents

This is an Xmodem implementation designed to receive a file using 128 byte blocks. This module is intended to be passed an open and prepared port with active connection. At this time it can only receive 128 byte blocks, however 1k blocks are in the w...

MITTI/Device-SerialPort-Xmodem-1.03 - 28 Nov 2006 16:03:13 UTC - Search in distribution

Net::Fix::Checksum::XS - Fast FIX Checksum calculations from Perl River stage zero No dependents

This module calculates, validates and replace checksum on FIX messages. It comes with a simple interface written in C for speed. EXPORT None by default. All three methods can be exported....

DERMOTH/Net-Fix-Checksum-XS-0.03 - 09 Jun 2017 14:46:32 UTC - Search in distribution

DBIx::TransactionManager::EndHook - hook of DBIx::TransactionManager commit River stage one • 1 direct dependent • 1 total dependent

DBIx::TransactionManager::EndHook propide hook point that all transactions handled by DBIx::TransactionManager are excuted successfully....

SOH/DBIx-TransactionManager-EndHook-0.02 - 08 Mar 2013 11:02:20 UTC - Search in distribution

Moxy::Plugin::OpenSocial - OpenSocial plugin for moxy River stage zero No dependents

By this plugin moxy could emulates opensocial gadget server....

TOKUHIROM/Moxy-0.70 - 06 Nov 2012 05:23:15 UTC - Search in distribution
18 results (0.03 seconds)