I have a cgi file:
use lib "..";
use lib "../..";
require "common.cgi";
require "microsoft_graph.cgi";
my $siteId = get_siteId( tenant => $tenant, site => $siteName );
If I ctrl click get_siteId it is not recognised as a subroutine and I can't go to it within the microsoft_graph.cgi file.