Help for this page

Select Code to Download


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