Changes

Jump to navigation Jump to search
3 bytes added ,  09:12, 12 August 2015
Line 70: Line 70:  
example for creating and using a custom database in one line:
 
example for creating and using a custom database in one line:
   −
  my $f2bdb = esmith::ConfigDB->open('YOUR_DATABASE_NAME') || esmith::ConfigDB->create('YOUR_DATABASE_NAME');
+
  my $customDB = esmith::ConfigDB->open('YOUR_DATABASE_NAME') || esmith::ConfigDB->create('YOUR_DATABASE_NAME');
    
==== checking if a record exists ====
 
==== checking if a record exists ====

Navigation menu