NAME
App::DBI::Loader - A tiny script to load CSV/TSV contents into a database table via DBI
VERSION
version v0.0.2
SYNOPSIS
App::DBI::Loader->run(@ARGV);
DESCRIPTION
This is an implementation module for a tiny script to load CSV/TSV contents into a database table via DBI.
METHODS
run(@arg)
Process arguments. Typically, @ARGV
is passed. For details, see dbiloader.
AUTHOR
Yasutaka ATARASHI <yakex@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Yasutaka ATARASHI.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.