I am using an apache server and run perl scripts placed cgi-bin. I have secured the site using .htaccess . my problem is. How do I get the user name which was authenticated by apache in the perl script ? (which the user tries to access.. )
Is the user name stored in the browser env, how do we output the value perl.
any help would be appreciated
Is the user name stored in the browser env, how do we output the value perl.
any help would be appreciated