html interface to a data tree
finest137_at_yahoo.com
Date: 12/14/04
- Previous message: David: "Getting the name of the process via the process ID"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 14 Dec 2004 06:24:33 -0800
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
- Previous message: David: "Getting the name of the process via the process ID"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]