Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-Text-ASCIIPipe

A lot of the speed penalty of Perl when processing multiple smallish data sets from/to text form in a shell loop consists of the repeated perl compiler startup / script compilation, which accumulates when looping over a set of files. This process can be sped up a lot by keeping the pipe alive and streaming the whole file set through it once. This module helps you with that. Of course, a pipe of several scripts parsing/producing text will still be slower than a custom C program that does the job, but with this trick of avoiding repeated script interpretation/compilation, the margin is a lot smaller. When dealing with ASCII-based text files (or UTF-8, if you please), there are some control characters that just make sense for pushing several files as a stream, separated by these characters. These are character codes 2 (STX, start of text), 3 (EOT, end of text) and 4 (ETX, end of transmission). All this module does is provide a wrapper for inserting these control characters for the sender and parsing them for the receiver. Nothing fancy, really. I just got fed up writing the same loop over and over again. It works with all textual data that does not contain control characters below decimal code 5. The process() function itself tries to employ a bit of smartness regarding buffering of the output. Since the actual operation of multiple ASCIIPipe-using programs in a, well, pipe, might conflict with the default buffering of the output stream (STDOUT), process() disables buffering on the output whenever it encounters the first STX. This mirrors the code this module has been pulled from: It made sense there, enabling the last consumer in the pipe to get the end of a file in time and act on that information. This behaviour can be turned off by giving flush=>0 as parameter.

Found 2 sites for perl-Text-ASCIIPipe

Found 12 RPM for perl-Text-ASCIIPipe

PackageSummaryDistributionDownload
perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia Cauldron for armv7hlperl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia Cauldron for x86_64perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia Cauldron for aarch64perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia 9 for i586perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia 9 for armv7hlperl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia 9 for x86_64perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia 9 for aarch64perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia Cauldron for i686perl-Text-ASCIIPipe-1.1.0-10.mga9.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-9.mga8.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia 8 for aarch64perl-Text-ASCIIPipe-1.1.0-9.mga8.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-9.mga8.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia 8 for x86_64perl-Text-ASCIIPipe-1.1.0-9.mga8.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-9.mga8.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia 8 for armv7hlperl-Text-ASCIIPipe-1.1.0-9.mga8.noarch.rpm
perl-Text-ASCIIPipe-1.1.0-9.mga8.noarch.htmlHelper for processing multiple text files in a stream (through a pipe, usually)Mageia 8 for i586perl-Text-ASCIIPipe-1.1.0-9.mga8.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet