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

DESCRIPTION

The Writer will handle collected data and save it anywhere you want.. ie disk, db, queue etc.

The idea is:

- keep 'parser/reading' stuff into "Reader" classes

- keep 'saving/writing' stuff into "Writer" classes

That way its possible to replace the Writer class any time...

and many Readers can use the same Writer class