/[Frey]/trunk/lib/Frey/Session.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Session.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 428 by dpavlin, Tue Nov 18 23:49:05 2008 UTC revision 432 by dpavlin, Wed Nov 19 00:40:18 2008 UTC
# Line 22  sub data { Line 22  sub data {
22    
23          my $key = $db->first_key();          my $key = $db->first_key();
24      while ($key) {      while ($key) {
25                  $data .= "$key => " . dump( $db->get($key) ) . "\n";                  $data->{$key} = $db->get($key);
26                  $key = $db->next_key($key);                  $key = $db->next_key($key);
27          }          }
28    

Legend:
Removed from v.428  
changed lines
  Added in v.432

  ViewVC Help
Powered by ViewVC 1.1.26