in reply to Re: why is it taking so long to read all the lines in net::Telnet
in thread why is it taking so long to read all the lines in net::Telnet

hm...alright so is there any way i can make the program recognise after i type in my password, it returns the results to me immediately and not take such a long time?
  • Comment on Re^2: why is it taking so long to read all the lines in net::Telnet

Replies are listed 'Best First'.
Re^3: why is it taking so long to read all the lines in net::Telnet
by ikegami (Patriarch) on Apr 22, 2008 at 06:54 UTC
    Yes, delete the line @ok = $t->getlines;