in reply to Net::Telnet, $, and crushed expectations

Looks like a problem with your prompt pattern.

Update: Or is it? Try changing from double quotes to single quotes in the lines you do the $telnet->cmds.
i.e.: $telnet->cmd(String => '/bin/echo \\\$stuff',

Replies are listed 'Best First'.
Re: Re: Net::Telnet, $, and crushed expectations
by jcpunk (Friar) on Jul 01, 2003 at 14:20 UTC
    hmmmm, that is a thought, how so? my prompt is setup to match some of the possibles that are here, one of which ends in an ASCII sequence to stop the color change of their prompt. could this be what is screwing my program up?
    jcpunk

    by the way thanks for all the help that was, is, and will be