in reply to Custom Module question

use warnings; use strict; use lib "C:/Perl64/lib/printname"; use printname; printname::printname("John");