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

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.