srlbharu has asked for the wisdom of the Perl Monks concerning the following question:
Hi, How can we get the data received using the input buffer. Net::Telnet is having an API $ref = $obj->buffer; But how to use this api to get data. I tried to print $ref as print $$ref but nothing is printed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Telnet issue with getting input buffer data
by Corion (Patriarch) on Feb 28, 2013 at 13:16 UTC | |
|
Re: Net::Telnet issue with getting input buffer data
by regexes (Hermit) on Feb 28, 2013 at 13:18 UTC | |
|
Re: Net::Telnet issue with getting input buffer data
by perl514 (Pilgrim) on Feb 28, 2013 at 18:30 UTC |