debian man page for tangram::core

Query: tangram::core

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Tangram::Core(3pm)					User Contributed Perl Documentation					Tangram::Core(3pm)

NAME
Tangram::Core - import core Tangram modules
SYNOPSIS
use Tangram::Core; # use additional types, e.g.: use Tangram::Type::Array::FromMany; use Tangram::Type::Set::FromOne;
DESCRIPTION
This module imports only the parts of Tangram that are thought to be essential to any app. This includes: Schema, Storage, Cursor, Expr, Scalar and Ref. None of the modules that map collections (Array, Hash, Set and their intrusive variants) are imported. Neither is Deploy. Tangram::Core allows you to reduce script startup time (and executable size when perlcc can handle Tangram) by importing only what you really need. It also makes it possible to add new mappings to Tangram without penalizing apps that don't need them. perl v5.8.8 2006-03-29 Tangram::Core(3pm)
Related Man Pages
tangram::driver::pg(3pm) - debian
tangram::intro(3pm) - debian
tangram::relational(3pm) - debian
tangram::type::dump::perl(3pm) - debian
tangram::type::set::fromone(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph