Help for this page
my $handle=Module->new(); # Very classical, no surprices here.
use strict; use warnings; ... get_handle()->method_b('parameter'); exit;