use Tie::Array::CSV; my $filename = 'tied.csv'; tie my @file, 'Tie::Array::CSV', $filename; push(@file,[4,5,6]); untie @file;
In reply to Re: Append lines to csv
by tangent
in thread Append lines to csv
by stangoesagain
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |