use warnings; use strict; use lib "C:/Perl64/lib/printname"; use printname; printname::printname("John"); [download]
In reply to Re: Custom Module question by toolic in thread Custom Module question by imfaus