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

awk - pattern-directed scanning and processing language River stage one • 1 direct dependent • 1 total dependent

This version of the standard *awk* utility is nothing more than a wrapper that massages its arguments and calls the *a2p* translator to do the real conversion into Perl, which is then compiled and executed....

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

Inline::Awk - Add awk code to your Perl programs. River stage zero No dependents

The "Inline::Awk" module allows you to include awk code in your Perl program. You can call awk functions or entire programs. Inline::Awk works by converting awk code into Perl code using the "a2p" utility which comes as standard with Perl. This means...

JMCNAMARA/Inline-Awk-0.04 - 08 Jun 2016 20:00:06 UTC - Search in distribution

Syntax::Highlight::Engine::Kate::AWK - a Plugin for AWK syntax highlighting River stage two • 11 direct dependents • 15 total dependents

Syntax::Highlight::Engine::Kate::AWK is a plugin module that provides syntax highlighting for AWK to the Syntax::Haghlight::Engine::Kate highlighting engine. This code is generated from the syntax definition files used by the Kate project. It works q...

MANWAR/Syntax-Highlight-Engine-Kate-0.14 - 13 Jan 2018 21:00:27 UTC - Search in distribution

lib/Lingua/Ogmios/NLPWrappers/AwkWordSegmentizer.pm - Perl extension for ???. River stage zero No dependents

THHAMON/Lingua-Ogmios-0.011 - 13 Sep 2015 16:40:28 UTC - Search in distribution

Text::Parser::Manual::ExtendedAWKSyntax - The ExAWK (extended AWK) syntax itself River stage zero No dependents

BALAJIRAM/Text-Parser-1.000 - 28 Nov 2020 04:39:53 UTC - Search in distribution

App::a2p - Awk to Perl translator River stage one • 1 direct dependent • 2 total dependents

*A2p* takes an awk script specified on the command line (or from standard input) and produces a comparable *perl* script on the standard output. OPTIONS Options include: -D<number> sets debugging flags. -F<character> tells a2p that this awk script is...

LEONT/App-a2p-1.013 - 25 Jun 2020 20:17:56 UTC - Search in distribution

CSVAWK - Pass CSV files to AWK. River stage zero No dependents

CSVAWK allows processing CSV files to AWK via a (relatively) thin Perl wrapper....

BRYMCK/CSVAWK-0.1 - 23 Jul 2017 19:16:07 UTC - Search in distribution

App::Jawk - like awk, but post-modern and perly. AKA, Josh's Awk. River stage zero No dependents

See documentation for <bin/jawk>...

JOSHR/App-Jawk-0.10 - 17 Dec 2012 16:49:44 UTC - Search in distribution
  • jawk - like awk, but post-modern and perly. AKA, Josh's Awk.

Chemistry::Mok - molecular awk interpreter River stage zero No dependents

This module is the engine behind the mok program. See mok(1) for a detailed description of the language. Mok is part of the PerlMol project, <http://www.perlmol.org>....

ITUB/Chemistry-Mok-0.25 - 16 May 2005 21:55:57 UTC - Search in distribution
  • mok - an awk for molecules

English - use nice English (or awk) names for ugly punctuation variables River stage five • 11693 direct dependents • 33184 total dependents

This module provides aliases for the built-in variables whose names no one seems to like to read. Variables with side-effects which get triggered just by accessing them (like $0) will still be affected. For those variables that have an awk version, b...

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

XML::Axk - tools for processing XML files with an awk-like model River stage zero No dependents

CXW/XML-Axk-0.001009 - 26 Apr 2019 12:51:32 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

perlre - Регулярные выражения Perl River stage zero No dependents

MISHIN/POD2-RU-5.18.0.1.84 - 17 Dec 2017 17:55:54 UTC - Search in distribution

Inline - Write Perl Subroutines in Other Programming Languages River stage three • 66 direct dependents • 128 total dependents

The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the has...

INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution

perlfaq5 - Files and Formats River stage zero No dependents

This section deals with I/O and the "f" issues: filehandles, flushing, formats, and footers. How do I flush/unbuffer an output filehandle? Why must I do this? (contributed by brian d foy) You might like to read Mark Jason Dominus's "Suffering From Bu...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

optex - General purpose command option wrapper River stage one • 4 direct dependents • 4 total dependents

optex is a general purpose command option handling wrapper utilizing Perl module Getopt::EX. It enables user to define their own option aliases for any commands on the system, and provide module style extensibility. Target command is given as an argu...

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

nauniq - Non-adjacent uniq River stage one • 1 direct dependent • 1 total dependent

"nauniq" is similar to the Unix command "uniq" but detects repeated lines even if they are not adjacent. To do this, "nauniq" must remember the lines being fed to it. It's basically a glorified form of something like these: % awk '!mem[$0]++' INPUT %...

PERLANCAR/App-nauniq-0.111 - 27 Dec 2023 09:40:46 UTC - Search in distribution

XLSperl - use Perl "one-liners" with Microsoft Excel files River stage zero No dependents

Background Perl "one-liners" have a great many uses for quick data processing tasks, often replacing the UNIX tools "grep", "sed", and "awk". For example, a simple "grep" function can be written as: perl -lne '/pattern/ and print' file.txt which impr...

JONALLEN/XLSperl-0.7 - 20 Jun 2008 09:45:37 UTC - Search in distribution
99 results (0.098 seconds)