Help for this page
#!/usr/bin/perl ... sub FETCH { return $database->{"One"}; }
#!/usr/bin/perl ... tie (%two, Database, "One", "soft"); print $two{"One"};