NoSQL-PL2SQL-Simple
view release on metacpan or search on metacpan
lib/NoSQL/PL2SQL/Simple.pm view on Meta::CPAN
## A simple application for saving a complex session
BEGIN {
package TQIS::Session ;
use base qw( NoSQL::PL2SQL::Simple ) ;
}
$instance = TQIS::Session->new ;
The data definition is itself an NVP set data object. This is perl, so it's
accessed as a hash reference.
## display the data definition
print join "\n", %$instance, '' ;
I<hash reference>, I<associative array>, or I<NVP set> are interchangable
terms. Each name (or key) in this set is the same name required in each
data object (or element). Each associated value is a data type. The data
types are intrinsic to NoSQ::PL2SQL::Simple, three are currently defined.
( run in 0.949 second using v1.01-cache-2.11-cpan-49f99fa48dc )