in reply to How to connect to raw socket

Hei Rahul,

What's wrong with the search results for perl rawsocket and the mentioned perl modules ?

Cheers Rolf

( addicted to the Perl Programming Language)

Replies are listed 'Best First'.
Re^2: How to connect to raw socket
by eye (Chaplain) on May 19, 2013 at 08:10 UTC
    Don't know about you, but my google search results are guided by my search history. The OP may not get the same result you do for any given search.

    It looks like the Socket, IO::Socket, or Net::RawIP may be useful modules.

    I would also look at the Perldocs for perlipc, socket, and connect.