Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      my $cursor = $db->db_cursor();
      my $value;
      my $status = $cursor->c_get($key, $value, DB_SET_RANGE);
    
  2. or download this
    >>store: $VAR1 = "\x{e4}\x{e4}";
    <<store: $VAR1 = "\303\244\303\244";
    ...
    <<store: $VAR1 = "\303\244\303\244";
    >>fetch: $VAR1 = "\x{e4}\x{e4}";
    <<fetch: $VAR1 = "\x{fffd}\x{fffd}";