The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.