Clist dump to hash...



Does anyone know of a way to quickly dump all the contents of a clist into a
hash?

TIA,

Kit

Kit,

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.

Bob




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