Help for this page

Select Code to Download


  1. or download this
    use DBD::CSV ();
    use if $DBD::CSV::VERSION < 0.50, File::BOM => ();
    ...
            )
        }
    );
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            say join(",",@a);
    }
    $sth->finish();