Help for this page
# Constants.pm package Constants; ... our @EXPORT = qw(XX YY); 1;
# caller.pl use strict; ... use Constants; print "sum =",XX + YY,"\n";
use base qw(Exporter DynaLoader);