html interface to a data tree

finest137_at_yahoo.com
Date: 12/14/04

  • Next message: David: "Re: how to read email automatically without POP3 and IMAP servers in perl?"
    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


  • Next message: David: "Re: how to read email automatically without POP3 and IMAP servers in perl?"