Re: Clist dump to hash...



On 06/27/01 root wrote:
Does anyone know of a way to quickly dump all the contents of a clist into a
hash?

You can always 

'use Data::Dumper; $hash = Dumper($clist_object)'

where $clist_object is your clist object.

This may, however, not be the canonical method.

Data::Dumper as well as any other such method is useless
in serializing an object that comes from an external library.

lupus

-- 
-----------------------------------------------------------------
lupus debian org                                     debian/rules
lupus ximian com                             Monkeys do it better




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]