in reply to DBM::Deep problems
I downloaded DBM::Deep today, and can't duplicate the other errors. The output of your test script on my box follows:
$VAR1 = bless( { 'test' => bless( { 'fred' => bless( [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' ], 'DBM::Deep' ) 'bill' => bless( [ 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z' ], 'DBM::Deep' ) }, 'DBM::Deep' ) }, 'DBM::Deep' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |