Hello Daryl,

Saturday, January 05, 2002, Daryl J. Hoyt <[EMAIL PROTECTED]> wrote:

DJH> Hi,
DJH>     I am trying to use the net::telnet module, and I keep timing out.  I
DJH> believe it is because I do not have the right prompt.  My prompt looks like
DJH> [sqa1@duke:~]$.  I do not know why this doesn't work: Prompt =>
DJH> '/\[$::username\@$::machine\]\$$/'.
because you do not understand difference between
'/\[$::username\@$::machine\]\$$/' and "/\[$::username\@$::machine\]\$$/"

try

print '/\[$::username\@$::machine\]\$$/';
print "/\[$::username\@$::machine\]\$$/";

Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to