http://www.perlmonks.org?node_id=589611


in reply to Re: Unavailable network drives in CGI scripts
in thread Unavailable network drives in CGI scripts

This is running under IIS 5.1. I added two more lines:
print `whoami`; print $ENV{USERNAME};
'whoami' returned my username (not a web account), but the USERNAME environment variable was empty.

---
A fair fight is a sign of poor planning.