in reply to
Junior Monk Predeclaration Question
You can predeclare with "use
subs
", by importing the function from a module with
use
(not
require
), or you can avoid the error message by using the form &mypackage::myfunc("hello");
Comment on
Re (tilly) 1: Junior Monk Predeclaration Question
In Section
Seekers of Perl Wisdom