persistent object in perl

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Bill Nash
Date:  
Subject: persistent object in perl
Data::Dumper may be what you're looking for.

- billn


On Thu, 24 Apr 2003, Austin Godber wrote:

> Hello Everyone
>     I am using Graph::Directed for something and it takes a while to build
> the graph and I thought it would be nice to have a few of them laying
> around on my drive without having to build them every time.  Is there a
> way to take my graph and write it to disk and then read it back into a
> program later?

>
> In python they had something called pickle that did this I think.
>
> Austin
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>