Help for this page
package Tie::NameThis; use Tie::File; ... sub DESTROY { } 'Why oh why did I actually code this?'
use strict; tie my %hash, 'Tie::NameThis', 'myupdowntimes.dat'; # Now, assign to or access $hash{machine}{UP} and $hash{machine}{DOWN}