Tie::Handle::CSV

Tie::Handle::CSV is a Perl module that provides easy access to CSV files.
Download

Tie::Handle::CSV Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel B. Boorstein
  • Publisher web site:
  • http://search.cpan.org/~danboo/Tie-Handle-CSV-0.09/lib/Tie/Handle/CSV.pm

Tie::Handle::CSV Tags


Tie::Handle::CSV Description

Tie::Handle::CSV is a Perl module that provides easy access to CSV files. Tie::Handle::CSV is a Perl module that provides easy access to CSV files.SYNOPSIS use strict; use warnings; use Tie::Handle::CSV; my $csv_fh = Tie::Handle::CSV->new('basic.csv', header => 1); while (my $csv_line = ) { $csv_line->{'salary'} *= 1.05; ## give a 5% raise print $csv_line, "n"; ## auto-stringify to CSV line on STDOUT } close $csv_fh; Requirements: · Perl


Tie::Handle::CSV Related Software