Changes

Jump to navigation Jump to search
3 bytes added ,  09:13, 12 August 2015
Line 62: Line 62:     
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');
    
===== open =====
 
===== open =====

Navigation menu