|
Posted by finest137 on December 14, 2004, 7:24 am
Please log in for more thread options
Hello,
I'm looking for a module that will ease the following task.
I need to build an html interface to edit data trees like
$tree = {
item => 'abcd',
item2 => 234,
hash => {
subit => 'erty',
subit2 => 3456,
},
list => [123, 456, 789],
};
I do not seem able to find anything in CPAN
Thanks a lot
Alex
|