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 "distribution:Fsdb file::homedir"

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

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

Fsdb::Filter::dbcol - select columns from an Fsdb file River stage zero No dependents

Select one or more columns from the input database. If a value is given for empty columns with the -e option, then any named columns which don't exist will be created. Otherwise, non-existent columns are an error. Note: a safer way to create columns ...

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

Fsdb::Filter::dbrow - select rows from an Fsdb file based on arbitrary conditions River stage zero No dependents

Select rows for which all CONDITIONS are true. Conditions are specified as Perl code, in which column names are be embedded, preceded by underscores....

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

dbcoltype - define (or redefine) types for columns of an Fsdb file River stage zero No dependents

Define the type of each column, where COLUMN and TYPE are pairs. Or, with the "-v" option, redefine all types as string. The data does not change (just the header)....

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

Fsdb::Filter::dbcoltype - define (or redefine) types for columns of an Fsdb file River stage zero No dependents

Define the type of each column, where COLUMN and TYPE are pairs. Or, with the "-v" option, redefine all types as string. The data does not change (just the header)....

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

dbrowenumerate - enumerate rows, starting from zero River stage zero No dependents

Add a new column ``count'', incremented for each row of data, starting with zero. Use dbrowaccumulate for control over initial value or increment; this module is just a wrapper around that....

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

Fsdb::Filter::dbformmail - write a shell script that will send e-mail to many people River stage zero No dependents

Read a ``form mail'' message from the file FORMAT_FILE.TXT, filling in underscore-preceded column-names with data. Output a shell script which will send each message through some mail transport MECHANISM. Do not use this program for evil or I will ha...

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

Fsdb::Filter::dbcolneaten - pretty-print columns of Fsdb data (assuming a monospaced font) River stage zero No dependents

dbcolneaten arranges that the Fsdb data appears in neat columns if you view it with a monospaced font. To do this, it pads out each field with spaces to line up the next field. Field settings are of the form field op value OP is >=, =, or <= specifyi...

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

Fsdb::Filter::dbcolrename - change the names of columns in a fsdb schema River stage zero No dependents

Dbcolrename changes the names of columns in a fsdb schema, mapping OldName1 to NewName1, and so on for multiple pairs of column names. Note that it is valid to do "overlapping" renames like "dbcolrename a b b a"....

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

Fsdb::Filter::html_table_to_db - convert HTML tables into fsdb River stage zero No dependents

Converts a HTML table to Fsdb format. The input is an HTML table (*not* fsdb). Column names are taken from "TH" elements, or defined as "column0" through "columnN" if no such elements appear. The output is two-space-separated fsdb. (Someday more gene...

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

Fsdb::Filter::db_to_html_table - convert db to an HTML table River stage zero No dependents

Covert an existing dbtable to an HTML table. The output is a fragment of an HTML page; we assume the user fills in the rest (head and body, etc.). Input is fsdb format. Output is HTML code (*not* fsdb), with HTML-specific characters (less than, great...

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC
11 results (0.034 seconds)