Help for this page
my $subroutine = qr/((\w+::)*\w+\($sub_args\))/; # ^
my $subroutine = qr/ ( ... \) ) /x;