in reply to Parsing Data from a PHP Socket Server

Welcome to the perl world.

perlsyn should give you a small introduction, then read perldata for some information about perl data structures, and finally perlpacktut, which covers pack and unpack. unpack() will be immensely useful to you when you're decoding the packets.

  • Comment on Re: Parsing Data from a PHP Socket Server

Replies are listed 'Best First'.
Re^2: Parsing Data from a PHP Socket Server
by lmrd_1 (Initiate) on Sep 25, 2008 at 17:08 UTC

    @moritz

    Thanks for the guidance. I'll definitely be checking out those links.

    Cheers