in reply to splitting Any data on a delimiter an putting it back togetter

Let me ask some common questions here to see if we might be able to help you out:

The monks would certainly like to help, but more concise description of the problem is required.
  • Comment on Re: splitting Any data on a delimiter an putting it back togetter

Replies are listed 'Best First'.
Re: Re: splitting Any data on a delimiter an putting it back togetter
by freax (Initiate) on Sep 29, 2001 at 15:24 UTC
    Dear PerlMonk replying me :
    • My problem is the storage of a record in one datatype which I can send to another application using TCP/IP. My record can contain binary fields of each max. 20 MB. The other applicatio must be abel to reconstruct the record or at least extract the fields from it. That other application is running on a different computer and the transfer of the data will be by using sockets / tcp/ip.
    • See point one
    • 3) The example was attached to the question below :)