in reply to Net::Telnet stalls

Maybe something like the untested :
Prompt => '/([\$%#>\d\w\r]|\\\[\S+\\\]) $/'
To allow any escape sequences ? This is untested and probably does not work. probably has missing and/or extra slashes, etc ... but you get the idea.
from the frivolous to the serious

Replies are listed 'Best First'.
Re: Re: Net::Telnet stalls
by JoeJaz (Monk) on Jun 18, 2003 at 20:08 UTC
    Thanks! I will poke around with that.