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

Subclass for handling the import of a csv file

ATTRIBUTES

csv

The csv object

"PRIVATE" ATTRIBUTES

file

The import file

METHODS

_build_csv

The lazy builder for the csv object

_build_file

The lazy builder for the file

The base class opens a file as UTF-8 and returns it.

next

Return the next row of data from the file