sql::translator::parser::storable(3pm) debian man page | unix.com

Man Page: sql::translator::parser::storable

Operating Environment: debian

Section: 3pm

SQL::Translator::Parser::Storable(3pm)			User Contributed Perl Documentation		    SQL::Translator::Parser::Storable(3pm)

NAME
SQL::Translator::Parser::Storable - parser for Schema objects serialized with the Storable module
SYNOPSIS
use SQL::Translator; my $translator = SQL::Translator->new; $translator->parser('Storable');
DESCRIPTION
Slurps in a Schema from a Storable file on disk. You can then turn the data into a database tables or graphs.
SEE ALSO
SQL::Translator.
AUTHOR
Paul Harrington <harringp@deshaw.com>. perl v5.14.2 2012-01-18 SQL::Translator::Parser::Storable(3pm)
Related Man Pages
sql::translator::producer::diagram(3pm) - debian
sql::translator::producer::sybase(3pm) - debian
sql::translator::schema::index(3pm) - debian
sql::translator::schema::procedure(3pm) - debian
sql::translator::schema::view(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph