tangram::core(3pm) debian man page | unix.com

Man Page: tangram::core

Operating Environment: debian

Section: 3pm

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::relational(3pm) - debian
tangram::type(3pm) - debian
tangram::type::array::scalar(3pm) - debian
tangram::type::hash::scalar(3pm) - debian
tangram::type::timeanddate(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?