package Common; use strict; use Exporter 'import'; @EXPORT = qw( show_here ); sub show_here { print "common.pm
"; return "thanks for contacting us"; } 1;