- or download this
#!/usr/bin/perl
...
say join(",",@a);
}
$sth->finish();
- or download this
#!/usr/bin/perl
...
say join(",",@a);
}
$sth->finish();
- or download this
>perl test2.pl
My::Text::CSV_XS -> new(@_ = (
...
[for Statement "select * from test"] at test2.pl line 71, <GEN1> line
+ 1.
>
- or download this
sub apply_encoding
{
...
binmode $meta->{fh} or croak "Failed to set binary mode on $fn: $!
+";
}
} # apply_encoding
- or download this
#!/usr/bin/perl
...
say join(",",@a);
}
$sth->finish();
- or download this
>perl test3.pl
1,2,3
4,5,6
>