The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#$DB = "DB_File";
$DB = "SDBM_File";
#$DB = "NDBM_File";
#$DB = "GDBM_File";

$SER = "Data::Dumper";
#$SER = "Storable";
#$SER = "Freezethaw";
#$SER = "XML"; 

1;