To: perl5-porters@perl.org
Reply-To: kragen@pobox.com
Message-Id: <
199909212027.QAA03450@kirk.dnaco.net>
p4raw-id: //depot/cfgperl@4213
you can probably try using something like this:
use Sys::Hostname;
- $address = sprintf('%s@%s', getpwuid($<), hostname);
+ $address = sprintf('%s@%s', scalar getpwuid($<), hostname);
Company policies on mail address can mean that this generates addresses
that the company's mail system will not accept, so you should ask for