in reply to Re: Include subs from different perl file
in thread Include subs from different perl file

Well, on modern Perl incarnations, I have to do:
our $hello;
instead of
my $hello;
It will not print the string in that variable, if I use my. Otherwise, thanks. Yet another soul got a door opened to Perl Modules.