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

NAME

DBIx::DataModel::Schema::ResultAs::File_tabular - write rows in a tabular file

SYNOPSIS

$source->select(..., -result_as => [file_tabular => $file_name, \%options]);

DESCRIPTION

Writes all rows into a flat file through the File::Tabular module.