Search results for "line endings"
PerlIO::eol - PerlIO layer for normalizing line endings
This layer normalizes any of "CR", "LF", "CRLF" and "Native" into the designated line ending. It works for both input and output handles. If you specify two different line endings joined by a "-", it will use the first one for reading and the second ...
SHLOMIF/PerlIO-eol-0.19 - 09 Jul 2023 05:40:07 UTC - Search in distribution
Test::EOL - Check the correct line endings in your project
This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of windows line endings....
ETHER/Test-EOL-2.02 - 07 Dec 2020 07:10:12 UTC - Search in distribution
eol - Simple script to convert newline endings; uses the EOL.pm module.
This application provides newline conversions to a file in-place. It clobbers the file that you send as input. A backup of the original file will be made one time only (i.e., multiple runnings on the same file would try and overwrite the .bak file)....
TWYLIE/EOL-v0.0.2 - 31 Oct 2006 19:22:05 UTC - Search in distribution- EOL - This module aids in the conversion of text file newline characters within the context of other perl code; includes command line executable.
col - filter reverse line feeds from input
col filters out reverse (and half-reverse) line feeds so that the output is in the correct order with only forward and half-forward line feeds, and replaces whitespace characters with tabs where possible. This can be useful in processing the output o...
BDFOY/PerlPowerTools-1.039 - 22 Sep 2023 23:56:05 UTC - Search in distribution
EPS - Routines for creating Encapsulated-Postscript Images
WIHAA/Graphics-EPS-3.00
-
14 Nov 2003 12:40:17 UTC
-
Search in distribution
Doit - a scripting framework
Doit is a scripting framework. Some core principles implemented here are: * Failing commands throw exceptions — similar to autodie or Fatal (but implemented consistently) or Bourne shell's "set -e", or make(1)'s default mode without "-k" * Commands a...
SREZIC/Doit-0.026 - 01 Sep 2022 09:37:47 UTC - Search in distribution- Doit::Ini - commands for changing ini files
perltidy - a perl script indenter and reformatter
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-20230912 - 12 Sep 2023 21:49:07 UTC - Search in distribution
Swim
Swim is a plain text markup language that converts to many formats: * HTML * Rich - Lots of classes and annotations * Sparse - Just the tags and content * Custom - HTML the way you want it * MarkDown * GitHub Flavored Markdown * Pod * Formatted Plain...
INGY/Swim-0.1.48 - 09 Jan 2020 21:12:40 UTC - Search in distribution
perlfaq4 - Data Manipulation
This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....
ETHER/perlfaq-5.20230812 - 12 Aug 2023 21:30:24 UTC - Search in distribution
perl58delta - what is new for perl v5.8.0
This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perl58delta - what is new for perl v5.8.0
- perl5200delta - what is new for perl v5.20.0
- perl5200delta - what is new for perl v5.20.0
- 8 more results from perl »
uniquote - escape special characters using various quoting conventions
The *uniquote* program it means as a Unicode-aware replacement for programs like ol(1) and "cat -v". It converts ASCII control code and all non-ASCII code points into a quoted form such as one might use in a Perl literal. Use --endings or "-e" to cat...
BDFOY/Unicode-Tussle-1.115 - 11 Dec 2021 19:29:14 UTC - Search in distribution
Params::Clean
Basics In its simplest form, the "args" function provided by "Params::Clean" takes a series of names or positions and returns the arguments that correspond to those positions in @_, or that are identified by those names. The values are returned in th...
PLATO/Params-Clean-v0.9.4 - 30 Jan 2008 00:47:32 UTC - Search in distribution
CAM::PDF - PDF manipulation library
This package reads and writes any document that conforms to the PDF specification generously provided by Adobe at <http://partners.adobe.com/public/developer/pdf/index_reference.html> (link last checked Oct 2005). The file format through PDF 1.5 is w...
CDOLAN/CAM-PDF-1.60 - 15 Aug 2013 02:11:22 UTC - Search in distribution
PerlIO::unicodeeol - PerlIO layer for normalizing line endings from \R to \n
This layer normalizes any of the code points matched by \R into \n....
PCM/PerlIO-unicodeeol-1.002 - 29 May 2014 03:16:51 UTC - Search in distribution
Text::CSV - comma-separated values manipulator (using XS or PurePerl)
Text::CSV is a thin wrapper for Text::CSV_XS-compatible modules now. All the backend modules provide facilities for the composition and decomposition of comma-separated values. Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not avai...
ISHIGAKI/Text-CSV-2.03 - 11 Aug 2023 07:11:41 UTC - Search in distribution- Text::CSV_PP - Text::CSV_XS compatible pure-Perl module
File::Util::Manual - File::Util Reference
TOMMY/File-Util-4.201720
-
20 Jun 2020 01:38:34 UTC
-
Search in distribution
Mail::Cclient - Mailbox access via the c-client library API
"Mail::Cclient" gives access to mailboxes in many different formats (including remote IMAP folders) via the c-client API. The c-client library is the core library used by Pine and the University of Washington IMAP daemon (written by Mark Crispin). Th...
MICB/Mail-Cclient-1.1 - 15 Nov 2000 13:22:59 UTC - Search in distribution
PGP::Sign - Create detached PGP signatures for data, securely
This module supports only two OpenPGP operations: Generate and check detached PGP signatures for arbitrary text data. It doesn't do encryption, it doesn't manage keyrings, it doesn't verify signatures, it just signs things and checks signatures. It w...
RRA/PGP-Sign-1.04 - 15 Nov 2020 00:08:16 UTC - Search in distribution
Net::FTPServer - A secure, extensible and configurable Perl FTP server
"Net::FTPServer" is a secure, extensible and configurable FTP server written in Perl. Current features include: * Authenticated FTP access. * Anonymous FTP access. * Complete implementation of current RFCs. * ASCII or binary type file transfers. * Ac...
RYOCHIN/Net-FTPServer-1.125 - 29 Nov 2012 08:31:49 UTC - Search in distribution
Crypt::GPG - An Object Oriented Interface to GnuPG.
The Crypt::GPG module provides access to the functionality of the GnuPG (www.gnupg.org) encryption tool through an object oriented interface. It provides methods for encryption, decryption, signing, signature verification, key generation, key certifi...
AGUL/Crypt-GPG-1.64 - 20 Sep 2014 04:12:11 UTC - Search in distribution