Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        }
    # Close file    
    close $fh;
    
  2. or download this
    use Text::CSV_XS qw( csv );
    :
    ...
    $sth->execute;
    
    csv (out => "AFS.csv", in => sub { $sth->fetchrow_hashref });