in reply to
how to send one http request packet over ethernet
Yes, if I understand correctly, what you mean with "RawIP", it is.
For examples read
perldoc perlipc
update:
I did understand wrong. Sorry...
Comment on
Re: how to send one http request packet over ethernet
Download
Code
Replies are listed 'Best First'.
Re^2: how to send one http request packet over ethernet
by
munu
(Novice)
on Jul 28, 2004 at 10:35 UTC
RawIP is a module I got from CPAN, Net::RawIP. this module is helpful in constructing tcp, udp and ICMP packets.
[reply]
In Section
Seekers of Perl Wisdom