Re: how to flatten Requests and Responses ?

Heinrich Langos (heinrich@wh9.tu-dresden.de)
Tue, 2 Jan 2001 18:48:51 +0100


On Tue, Jan 02, 2001 at 09:34:14AM -0800, Randal L. Schwartz wrote:
> >>>>> "Heinrich" == Heinrich Langos <heinrich@wh9.tu-dresden.de> writes:
> 
> Heinrich> I would like to flatten HTTP::Response and HTTP::Request
> Heinrich> objects so that i can transfer them between different
> Heinrich> computers make them objects on the other side again.
> 
> And Data::Dumper or Storable won't do, because... ?

... because I didn't think of them as able to do it to objects. :-)

Checking Data::Dumper documentation helped a lot.

thank you 
-heinrich