GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Tangram::Core(3) User Contributed Perl Documentation Tangram::Core(3)

Tangram::Core - import core Tangram modules

   use Tangram::Core;

   # use additional types, e.g.:
   use Tangram::Type::Array::FromMany;
   use Tangram::Type::Set::FromOne;

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.

2015-10-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.