If you can make Net::Pcap connect to a remote server things will work fine,
I am not sure about using Net::Pcap to do this as I never used it and from
the description it seems to be a packet capture lib not so much a
communication one, but as I said if you can make it reach out and talk to
the othe
Rob Coops wrote:
If you can make Net::Pcap connect to a remote server things will work
fine, I am not sure about using Net::Pcap to do this as I never used
it and from the description it seems to be a packet capture lib not so
much a communication one, but as I said if you can make it reach out
Ah, I see...
I think you have been misled by the name of the Net::Pcap lib, the lib is
meant to produce the file you are trying to poke around in.
I would do the follwoing.
- Use Net::SSH or similair to connect to the remote machine.
- On the remote machine use grep or similair to pull ou
Rob Coops wrote:
Ah, I see...
I think you have been misled by the name of the Net::Pcap lib, the lib
is meant to produce the file you are trying to poke around in.
I would do the follwoing.
* Use Net::SSH or similair to connect to the remote machine.
* On the remote machine use gre
Richard Lee <[EMAIL PROTECTED]> asked:
[Full quote deleted. Please quote only the relevant parts of
the mail you're replying to. Thank you!]
> but I am interested in grepping out the pcap file so I cannot
> simply just do grep
Please use some common sense. You can't use Net::Pcap on host X
to p
Hi,
This is my part of the script,
if (($#ARGV == 1) && ($ARGV[0] eq "-f")) {
..
if ($ARGV[0] ne "-f" ) {
..
if i run my script i am seeing this kind of warnings.
Use of uninitialized value in string eq
suresh kumar wrote:
>
> This is my part of the script,
>
> if (($#ARGV == 1) && ($ARGV[0] eq "-f")) {
>..
>
>
> if ($ARGV[0] ne "-f" ) {
> ..
>
>
> if i run my script i am seeing this kind of warnings.
>
On Thu, 2008-07-31 at 18:00 +0530, suresh kumar wrote:
> Hi,
>
> This is my part of the script,
>
> if (($#ARGV == 1) && ($ARGV[0] eq "-f")) {
>..
>
>
> if ($ARGV[0] ne "-f" ) {
> ..
>
>
> if i run my scr
Arun wrote:
>
> Hi this is Arun here, i am new to perl.Here i am trying to read a
> string from the serial port but i am not able to and this is my
> program:
>
> # Read serial port until message or timeout occurs
> sub ReadPort($$$) {
> (my $String, my $TimeOut, my $Display) = @_;
> $ob->
From: Arun
> Hi this is Arun here, i am new to perl.Here i am trying to read a
> string from the serial port but i am not able to and this is my
> program:
You don't show the initialization for that port. How was it configured
and do all of the settings match the device talking to it? The most
co
On Jul 24, 5:57 pm, [EMAIL PROTECTED] (Rob Dixon) wrote:
> bdy wrote:
>
> > My code is as follows:
>
> > use strict; use HTML::Stripper; useLWP::Simple qw( get ); my
> > $stripper = HTML::Stripper->new( skip_cdata => 1, strip_ws => 0 );
> > my
> > $page_html = get(http://www
11 matches
Mail list logo