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

NAME

Sweet::File::CSV

SYNOPSIS

    my $csv = Sweet::File::CSV->new(
      path => '/path/to/file.csv'
    );

INHERITANCE

Inherits from Sweet::File::DSV.

ATTRIBUTES

separator

Separator defaults to ,.