use warnings; use strict; use lib '.'; use A qw(a_func); a_func("a string");