Help for this page
# the new method is in the file. my $p = $namespace->new; # do_this is also a method in this other file my $p->do_this()
# function_call is a subroutine in that same file my $text = function_call();