• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D25-Oct-2002430 1610

Dump.pmH A D25-Oct-20024.1 KiB204109

MANIFESTH A D25-Oct-200269 87

Makefile.PLH A D25-Oct-2002496 129

READMEH A D01-Oct-2002696 3219

sample.plH A D25-Oct-2002902 4837

test.plH A D01-Oct-2002853 4122

README

1DBIx/Dump version 0.01
2======================
3
4DBIx::Dump provides the ability to dump DBI retrieved data to a variety of formats
5including Excel, CSV, etc...
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20  Depending on what you are planning to dump the results is, here are the required modules...
21
22  Excel -> Spreadsheet::WriteExcel
23  CSV -> Text::CSV_XS
24
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2002 Ilya Sterin
28
29This library is free software; you can redistribute it and/or modify
30it under the same terms as Perl itself.
31
32