Help for this page
my (%pwds, %boxes); tie (%pwds, 'FileHash', "$dir/pwds"); tie (%boxes, 'FileHash', "$dir/boxes");
package FileHash; use strict; ... } 1;