in reply to First attempt at a module
mod.pl #!/usr/bin/perl use warnings; use strict; use TestPrint qw(test_print); test_print(); [download]