Subject: | customized login prompt |
I have a Dell ethernet switch. The login is different from others.
Instead of login: or username:, it displays 'User:'. Net::Telnet cannot
match it in login function. I suggest adding a new function called
login_param (or something else you like :) ) like this:
login_param ( Login_prompt => '/User[: ]*$/i', Password_prompt =>
'/password/i');
If either is set before login, the login function will also match these
user specified string. This would give Net::Telnet more compatibility.