RE: Perl tree data & HTML

2008-04-10 Thread Brian Raven
Chris Wagner wrote: > At 12:58 PM 4/9/2008 +0100, Brian Raven wrote: >> use CGI::Pretty qw{:standard}; > > > I'ld be cautious about using CGI::Pretty. I've had it randomly > mangle output. It would chop the final character of whatever was > passed to it at random time

RE: Perl tree data & HTML

2008-04-10 Thread Chris Wagner
At 12:58 PM 4/9/2008 +0100, Brian Raven wrote: >use CGI::Pretty qw{:standard}; I'ld be cautious about using CGI::Pretty. I've had it randomly mangle output. It would chop the final character of whatever was passed to it at random times and then quit doing it later. I couldn't figure out what w

RE: Perl tree data & HTML

2008-04-09 Thread Brian Raven
?? ? <> wrote: > Hello, > > I'm making a script generating HTML for Perl tree structure with > & . > > For Example, > > $ref->{A1}->[ 'B1', 'C1' ]; > $ret->{B1}->[ 'B2' ]; > $ret->{B2}->[ 'B3' ]; > $ret->{C1}->[ 'C2' ]; > > The HTML for 'A1' is like below... > > > > TREE For A1 > > > A