Help for this page
tie %chat, "Tie::IxHash"; # other stuff tie %chat, 'SDBM_File', $chat, O_CREAT | O_RDWR, 0644;
#!/usr/bin/perl -w use Tie::IxHash; ... } print tied(%chat), "\n";