Hi,
If I am getting you right means you want to display on Console.
for that use this.
-------CODE-------
my $telnet = Net::Telnet->new(HOST);
$telnet->login(USER,PASS)
my @display = $telnet ->cmd('ls -l');
print @display;
------Code----------
On Aug 4, 7:47 am, [EMAIL PROTECTED] (Hashmat Khan) wrote:
> Hi,
>
> Has anybody used Telnet ?
>
> I want to know, how can we redirect the output to STDOUT instead of
> log file ? (Dump_Log => "dump.txt")
>
> thanks,
> Hashmat
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/