- or download this
#Writer
use BerkeleyDB ;
...
) or confess("cannot open queue: $B
+erkeleyDB::Error\n");
$dbq->db_put(undef , 'toto');
- or download this
# Reader
use BerkeleyDB ;
...
print "Status: $status\n" ;
print $data , "\n" ;
- or download this
Status: DB_NOTFOUND: No matching key/data pair found
- or download this
Modification of a read-only value attempted at reader.pl line 19