in reply to wrong domain name when using LWP::Authen::Ntlm
G'day iThunder,
There's a number of issues with your post that don't make it easy for us to help you:
See uc if you're unfamiliar with the \U escape.$ perl -E 'my $x = q{test.com\User1}; say "$x"' test.com\User1 $ perl -E 'my $x = qq{test.com\User1}; say "$x"' test.comSER1
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: wrong domain name when using LWP::Authen::Ntlm
by iThunder (Beadle) on Dec 19, 2016 at 06:16 UTC |