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 "BOM"

File::BOM - Utilities for handling Byte Order Marks River stage two • 15 direct dependents • 26 total dependents

This module provides functions for handling unicode byte order marks, which are to be found at the beginning of some files and streams. For details about what a byte order mark is, see <http://www.unicode.org/unicode/faq/utf_bom.html#BOM> The intenti...

MATTLAW/File-BOM-0.18 - 01 May 2020 08:28:53 UTC - Search in distribution

Test::BOM - Test strings and files for BOM River stage one • 1 direct dependent • 2 total dependents

This module helps you with testing for byte-order-marks in strings and files. If you came across this module while looking for other ways to deal with byte-order-marks you might find what you need in the "SEE ALSO" section below. If you don't know an...

GGOLDBACH/Test-BOM-0.001 - 26 Sep 2018 07:37:36 UTC - Search in distribution

PerlIO::bom - Automatic BOM handling in Unicode IO River stage zero No dependents

This module will automate BOM handling. On a reading handle, it will try to detect a BOM and push an appropriate decoding layer for that encoding. If no BOM is detected the specified encoding is used, or UTF-8 if none is given. A writing handle will ...

LEONT/PerlIO-bom-0.001 - 11 Dec 2020 01:45:07 UTC - Search in distribution

String::BOM - simple utilities to check for a BOM and strip a BOM River stage one • 5 direct dependents • 9 total dependents

See if a string or file has a BOM. Remove the BOM from a string or file. You [c|sh]ould use PPI to do this is you are looking at a perl file Something like this modified PPI sysnopsis example should detect and remove a BOM: use PPI; my $Document = PP...

DMUEY/String-BOM-0.3 - 06 Aug 2010 00:30:03 UTC - Search in distribution

PPI::Token::BOM - Tokens representing Unicode byte order marks River stage four • 194 direct dependents • 1596 total dependents

This is a special token in that it can only occur at the beginning of documents. If a BOM byte mark occurs elsewhere in a file, it should be treated as PPI::Token::Whitespace. We recognize the byte order marks identified at this URL: <http://www.unic...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution

File::BOM::Utils - Check, Add and Remove BOMs River stage zero No dependents

File::BOM::Utils provides a means of testing, adding and removing BOMs (Byte-Order-Marks) within files. It also provides two hashes accessible from outside the module, which convert in both directions between BOM names and values. These hashes are ca...

RSAVAGE/File-BOM-Utils-1.02 - 06 Sep 2015 07:00:18 UTC - Search in distribution

File::Find::Rule::BOM - Common rules for searching for BOM in files. River stage zero No dependents

This Perl module contains File::Find::Rule rules for detecting Byte Order Mark in files. BOM (Byte Order Mark) is a particular usage of the special Unicode character, U+FEFF BYTE ORDER MARK, whose appearance as a magic number at the start of a text s...

SKIM/File-Find-Rule-BOM-0.03 - 27 Jan 2021 08:53:15 UTC - Search in distribution

PickLE::Converter::EagleBOM - Converts an EAGLE exported BOM CSV file River stage zero No dependents

NATHANPC/PickLE-v0.1.0 - 16 Aug 2022 19:32:32 UTC - Search in distribution

Dist::Zilla::Plugin::Test::NoBOM - Author tests that ensure BOM is not used River stage one • 1 direct dependent • 1 total dependent

This is a plugin that runs at the gather files stage, providing the file xt/author/no-bom.t. This test program use Test::BOM to make sure that the files in your distribution don't start with a byte-order-mark (BOM)....

GGOLDBACH/Dist-Zilla-Plugin-Test-NoBOM-0.003 - 21 Jul 2023 13:09:10 UTC - Search in distribution

Dist::Zilla::Plugin::Web::StripBOM - Embedd module version to sources River stage zero No dependents

NPLATONOV/Dist-Zilla-Plugin-Web-0.0.10 - 11 Apr 2015 05:07:28 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11693 direct dependents • 33184 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 78 direct dependents • 144 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

Gedcom - a module to manipulate GEDCOM genealogy files River stage one • 4 direct dependents • 4 total dependents

This module provides for manipulation of GEDCOM files. GEDCOM is a format for storing genealogical information designed by The Church of Jesus Christ of Latter-Day Saints (http://www.lds.org). Information about GEDCOM used to be available as a zip fi...

PJCJ/Gedcom-1.22 - 15 Nov 2019 12:52:45 UTC - Search in distribution

DBD::CSV - DBI driver for CSV files River stage two • 22 direct dependents • 29 total dependents

The DBD::CSV module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (Comma Separated ...

HMBRAND/DBD-CSV-0.60 - 06 Jan 2023 10:49:57 UTC - Search in distribution

HTML5::DOM - Super fast html5 DOM library with css selectors (based on Modest/MyHTML) River stage one • 2 direct dependents • 3 total dependents

HTML5::DOM <https://metacpan.org/pod/HTML5::DOM> is a fast HTML5 parser and DOM manipulatin library with CSS4 selectors, fully conformant with the HTML5 specification. It based on <https://github.com/lexborisov/Modest> as selector engine and <https:/...

ZHUMARIN/HTML5-DOM-1.26 - 25 Apr 2024 16:33:30 UTC - Search in distribution

Quiq::Path - Dateisystem-Operationen River stage zero No dependents

Die Klasse definiert alle grundlegenden (link, mkdir, rename, symlink usw.) und komplexen (copy, glob, find usw.) Dateisystem-Operationen. Eine Dateisystem-Operation ist eine Operation auf einem *Pfad*....

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

JSON::Parse - Parse JSON River stage two • 33 direct dependents • 46 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

CSS::DOM - Document Object Model for Cascading Style Sheets River stage two • 6 direct dependents • 14 total dependents

This set of modules provides the CSS-specific interfaces described in the W3C DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces. This set of modules has two modes: 1 It can validate property valu...

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC - Search in distribution

MarpaX::ESLIF::BNF - MarpaX::ESLIF's BNF River stage one • 2 direct dependents • 4 total dependents

MarpaX::ESLIF is a Scanless Interface expressed in a BNF format, that is using marpaWrapper <https://github.com/jddurand/c-marpaWrapper>, itself being a thin interface on top of libmarpa <https://jeffreykegler.github.io/Marpa-web-site/libmarpa.html> ...

JDDPAUSE/MarpaX-ESLIF-6.0.35.1 - 16 Apr 2024 04:53:42 UTC - Search in distribution

PasswordSafe River stage one • 1 direct dependent • 1 total dependent

TLINDEN/Crypt-PWSafe3-1.22 - 14 Mar 2016 07:37:38 UTC - Search in distribution
89 results (0.099 seconds)