[email][email protected][/email] (Chris) writes:
> 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.
[snip]
> However, if I run this script from the browser
> ([url]http://server/cgi-bin/tsstatus.pl[/url]) all I get is a blank page.
Use Net::Telnet::dump_log() to see what's actually being sent and
received.
> I tried to use "put" but I get this error:
>
>
>
> Can't locate object method "put" via package "Net::Telnet"
You're not getting the version Net::Telnet that you think you are
when you:

use Net::Telnet;

--
Jay Rogers
[email][email protected][/email]