Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by raileros

  1. raileros

    Perl byte array send through socket

    $request = pack("UUUU", 17, 0, 0, 0); did the job :)
  2. raileros

    Perl byte array send through socket

    Hello everyone! I have such a code in my Java application that I would like to convert to Perl. The problem is I don't know how to send a byte array through a socket in Perl. The Java code looks like this: byte[] request = new byte[4]; request[0] = 17; request[1] = 0; request[2] = 0...

Part and Inventory Search

Back
Top