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


in reply to Perl and your environment

I would try $ENV{USER} instead of using backticks to echo.

Updated: concatentation operator is a . not a & (As pointed out below by myocom and Amel.)