package Constants: use strict; use vars qw( @ISA @EXPORT_OK ); require Exporter; @ISA = qw( Exporter ); use constant IP_ADDR = '192.34.56.78'; # and in another file use Constants qw( IP_ADDR );