Help for this page

Select Code to Download


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