#!/tool/bin/perl -w use strict; use lib '/home/user/perl_modules/lib/perl5/My'; use Xyzzy; say_it(); #### Undefined subroutine &main::say_it called at ./xyzzy_version_test.pl line 6. #### use Exporter qw(import); our @EXPORT = qw(say_it); our @EXPORT_OK = qw();