The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

WARNINGS

no test, no waranty, API can change. don't push in production

SYNOPSIS

Perlude::Sh

just forget about sed/awk based shell scripts.

FUNCTIONS

sh, ls, cat, zcat, csv to be documented. but a simple example

# count the occurrences of the first column in every csv
my %seen;
now { $seen{ $_[0] }++ }
concatM { csv $_ }
ls "data/*.csv"
;

TODO

* moar documentation
* load modules on demand ? is it possible ?