Rahul Gupta has asked for the wisdom of the Perl Monks concerning the following question:

Hi Guys,

I want to connect to rawsocket and send some command on it and get the output of the same command.

can anyone help me which perl module should i use for the same.

Thanks in advance

Replies are listed 'Best First'.
Re: How to connect to raw socket
by LanX (Saint) on May 18, 2013 at 16:09 UTC
    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)

      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.