谁用过LWP::Authen::Ntlm?

谁用过LWP::Authen::Ntlm?

因为想写脚本自己去网上下些东西,但是公司使用了NTLM的认证,如何用perl模拟认证呢?
我看了LWP::Authen::Ntlm模块,但是
demo中下面的一句话没看懂,不知道怎么设置
[quote]$ua->credentials('www.company.com:80', '', "MyDomain\\MyUserCode", 'MyPassword');
[/quote]

[quote]
这是这个函数的说明,看了还是不懂,谁能帮忙给解释下呢?
[/quote]


$ua->credentials( $netloc, $realm, $uname, $pass )
Set the user name and password to be used for a realm. It is often more useful to specialize the get_basic_credentials() method instead.