in reply to Re: using NET::TELNET waiting for login prompt
in thread using NET::TELNET waiting for login prompt

Here's what the input.log shows
ENTER USERNAME < ^H

Replies are listed 'Best First'.
Re^3: using NET::TELNET waiting for login prompt
by Illuminatus (Curate) on Aug 16, 2012 at 00:47 UTC
    Assuming the ^H at the end is part of the data received by your program, then that's what's causing the failure. You could try
    ... Prompt => '/[\$#%:><][\s\b]+$/ ...
    If that doesn't work, the output from dump_log() might also be helpful.

    fnord