Help for this page

Select Code to Download


  1. or download this
    my (%pwds, %boxes); 
    tie (%pwds,  'FileHash', "$dir/pwds"); 
    tie (%boxes, 'FileHash', "$dir/boxes");
    
  2. or download this
    package FileHash;
    use strict;
    ...
    }
    
    1;