| Locale-Maketext-Extract-DBI documentation | view source | Contained in the Locale-Maketext-Extract-DBI distribution. |
Locale::Maketext::Extract::DBI - Extract translation keys from a database
my $extractor = Locale::Maketext::Extract::DBI->new;
$extract->extract( %options );
This module extracts translation keys from a database table.
Creates a new Locale::Maketext::Extract::DBI instance.
The main method for extraction. Take a list of options to pass to
Locale::Maketext::Extract and extract_dbi.
Connects to the database, runs the query and stuffs the results in to
the $extractor.
Copyright 2006 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Locale-Maketext-Extract-DBI documentation | view source | Contained in the Locale-Maketext-Extract-DBI distribution. |