in reply to Perl Warning On dbmclose()
Apparently, dbmopen() and dbmclose() were not intended to be used with return values in mind.
Adding the 'undef' statement in following modified snippet solves the problem:
|
Which means I can eliminate the assignment on the dbmopen() or do an undef before dbmclose().
Sorry to disturb.
- Steven K. Mariner
|
|---|