Re: Capturing Port Data
- From: Ben Morrow <ben@xxxxxxxxxxxx>
- Date: Sun, 19 Apr 2009 23:38:02 +0100
Quoth Cosmic Cruizer <XXjbhuntxx@xxxxxxxxxxxxxx>:
I could not get the yahoo modules to work, nor did I have success with
IO::Socket. So now I'm trying to use Net::Telnet. I think the problem has
to do with needing two returns after $msg. I've tried using both print and
cmd without success.
Anybody know why I'm not able to capture the output?
use strict;
use warnings;
use Net::Telnet;
my $msg = 'GET /capacity HTTP/1.1';
What's wrong with LWP::Simple?
Ben
.
- Follow-Ups:
- Re: Capturing Port Data
- From: Cosmic Cruizer
- Re: Capturing Port Data
- References:
- Capturing Port Data
- From: Cosmic Cruizer
- Capturing Port Data
- Prev by Date: Re: Is there a better way to convert foreign characters?
- Next by Date: Re: dmake.exe: Error: -- 'C:\Perl\libConfig.pm' not found, and can't be made
- Previous by thread: Capturing Port Data
- Next by thread: Re: Capturing Port Data
- Index(es):
Relevant Pages
|