in reply to Sharing Configuration between Multiple CGI Scripts (was: How difficult can)
use Storable; nstore \%table, 'configfile'; $hashref = retrieve('configfile'); [download]