Ask a Question related to PERL Modules, Design and Development.
- Jay Rogers #1
Re: Net:Telnet and print() problems [email][email protected][/email] (Chris) writes:
[snip]> I am attempting to create a perl script that uses the Net::Telnet
> module to access a TeamSpeak server and write the output to a webpage.
>
> First off, running ActiveState Perl v5.8.0 build 806 and Net::Telnet
> v3.03.
Use Net::Telnet::dump_log() to see what's actually being sent and> However, if I run this script from the browser
> ([url]http://server/cgi-bin/tsstatus.pl[/url]) all I get is a blank page.
received.
You're not getting the version Net::Telnet that you think you are> I tried to use "put" but I get this error:
>
>
>
> Can't locate object method "put" via package "Net::Telnet"
when you:
use Net::Telnet;
--
Jay Rogers
[email][email protected][/email]
Jay Rogers Guest
-
Net:Telnet problem with print
Folks, I am running into a problem when using print with Net:Telnet. It does not seem to be sending the command sent using print to the remote... -
telnet problems
Hi all! I'm programming a tunnelbroker with perl. We are already able to create tunnels by means of a telnet session using a telnet library of... -
Telnet from Linux to Amiga: Character problems
I recently set up my Linux PC and my Amiga 4000 to talk to each other over TCP/IP. I can now telnet from the Linux PC to the Amiga and use its... -
TELNET and waitfor problems
<[email protected]> writes: This is likely matching the semi-colon in your echo'd back command, not the semi-colon ending command output. ... -
load limit for Net::telnet cmd and print functions
I am running a validation test that requires me to synchronize the running and stopping of processes on remote clients to create power spikes in...




