in reply to problem with net::telnet moduleand STDOUT

Looks like you may be accessing a Cisco or a Foundry box..? You might try issuing a command to kill paging first, ala:
$telnet->cmd("skip-page"); # foundry $telnet->cmd("set length 0"); # new ciscos $telnet->cmd("term length 0"); # old ciscos
-Vlad