I like to explain about that in details.
Recently I installed Awstats web statistics software (it is in perl) for our company and it is done.
I like to place the URL for web stats in our intranet web site which is protected by login name and password and I don't like users to login again to URL for web stats.
Our intranet web site is CMS (using MS .Net Framework) and if necessary, I can ask the company which design the CMS.
For web stats software which is in perl, I have the control over the code. But, I don't have skill in perl language and am only IT person in my company.
In fact, I can protect the "cgi-bin" directory that "awstats.pl" exists by Windows File System permission so that there will be login when users browse the URL for web stats. Because of URL for web stats will be placed under intranet, I like users to access it without another login.
I also asked help from company which design the CMS, finally, they conclude that the current security module for intranet can not protect perl and said that we have to use perl to do so.
Thanks.