hi I dont see why you couldnt just INSERT the value into a database .. It's just the column type that may be the issue with mysql i would suggest the blob or one of the text types http://dev.mysql.com/doc/refman/5.0/en/blob.html ..
On Tue, Aug 5, 2008 at 1:02 PM, Oliver Block <[EMAIL PROTECTED]> wrote: > Hello everybody, > > my $obj = MYCLASS->new( ... ); > > I wonder if there are ways to save $obj with all its members to disc or a > database table? > > Best Regards, > > Oliver Block > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/