The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

modularize_program - convert a fsdb library to a standalone program

SYNOPSIS

modularize_program dbcol < lib/Fsdb/Filter/dbcol > bin/dbcol

DESCRIPTION

Using intimate knowledge of how filter code is layed out, we copy it to a stand-alone program that just invokes the filter. Thus the filter is the master copy of everything.