资讯

Apache automatically puts the logged-in username in the REMOTE_USER enviromnent variable, which can be accessed by any CGI program. In Perl, it's $ENV{'REMOTE_USER'}.
Being a hired-gun developer, I inherit all kinds of client problems. Recently, I was tasked with exporting a delimited flat file from one application and formatting it so it could be imported into ...