100 PAUSE users 208 non-PAUSE users.
ODBM_File - Tied access to odbm files
use ODBM_File; tie(%h, 'ODBM_File', 'Op.dbmx', O_RDWR|O_CREAT, 0640); untie %h;
See "tie" in perlfunc
To install ODBM_File, simply copy and paste either of the commands in to your terminal
cpanm
cpanm ODBM_File
CPAN shell
perl -MCPAN -e shell install ODBM_File
For more information on module installation please visit the detailed CPAN module installation guide.