> Can someone send me an example of how to use the debugging tools
"input_log , and or
> dump_log" in the Telnet module.  I'm trying to get a telnet to work
and it appears 
> there is a character that I can't match.  Here is an example of one of
my telnets 
> that work: 
>
> my ($file, $tn); 
> use Net::Telnet; 
> $tn=new Net::Telnet (Timeout =>10,Prompt=>'/>/'); 

Anywhere after you have the object in $tn:

  $tn->input_log('log.txt');



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to