- or download this
#!/tool/bin/perl -w
use strict;
...
use Xyzzy;
say_it();
- or download this
Undefined subroutine &main::say_it called at ./xyzzy_version_test.pl l
+ine 6.
- or download this
use Exporter qw(import);
our @EXPORT = qw(say_it);
our @EXPORT_OK = qw();