package config2; use Exporter qw(import); our @EXPORT = qw(%config); our %config = ( my_ftp => { domain => 'www.merrillpjensen.com', username => '...', password => '...', smtp => 'smtp.1and1.com', phone => '...@txt.att.net', site => 'www.1and1.com', }, ); 1;