# is this a requirement or can both records be created at once? #my $session_rec = MyDbase::Session->insert({ my $session_rec = { 'id' => $session_id, 'timestamp' => time, }; #}); #### my $session_rec = MyDbase::Session->insert( my $session_rec = { 'id' => $session_id, 'timestamp' => time, }; ); #### my $hr2 = { my $hr1 = { A => 1, B => 2 } }; #Odd number of elements in anonymous hash at /home/funky/play line 46.