- or download this
package Bridge::Simple;
...
}
1;
- or download this
----------
| Session |
...
store=>'set_value',
delete=>'delete',
}
- or download this
my $storage = Bridge::Simple->new(
Database::DB_File->new(
...
),
$storage_map,
);
- or download this
my $xml_map = {
serialize=>'xml_out',
...
YAML->new(),
$yaml_map,
);