Re: svg/xml being truncated on load?

2010-11-13 Thread Bill Nelson
Hi André, You nailed it. My cgi program was creating the svg file and I forgot to close the file handle. (facepalm) Thanks for the help. Bill On Sat, Nov 13, 2010 at 10:39 AM, André Warnier wrote: > Hi. > > > Bill Nelson wrote: > >> Hello, >> >> I am using the CGI.pm module to build a page th

Re: svg/xml being truncated on load?

2010-11-13 Thread André Warnier
Hi. Bill Nelson wrote: Hello, I am using the CGI.pm module to build a page that includes and embedded svg image: print "\n" . Tr(td({-rowspan=>$leaf_count, -height=>"100%", -width=>"100%"}, "type=\"image/svg+xml\">"), td(\...@data)); This generates the expected html: src="/tmp/5357.tree

svg/xml being truncated on load?

2010-11-13 Thread Bill Nelson
Hello, I am using the CGI.pm module to build a page that includes and embedded svg image: print "\n" . Tr(td({-rowspan=>$leaf_count, -height=>"100%", -width=>"100%"}, "type=\"image/svg+xml\">"), td(\...@data)); This generates the expected html: ... however I get an xml parse error inste

Re: Re: I think AuthCookie(DBI) is causing segfaults?

2010-11-13 Thread Clinton Gormley
On Sat, 2010-11-13 at 14:15 +0100, Tosh Cooey wrote: > I'm not quite ready to declare victory, but I think installing DBD from > source and getting more recent versions of DBD was the problem, and it > seems there's a lot of little things going wrong with DBD. > > What's going on there? When di

Re: Re: I think AuthCookie(DBI) is causing segfaults?

2010-11-13 Thread Tosh Cooey
I'm not quite ready to declare victory, but I think installing DBD from source and getting more recent versions of DBD was the problem, and it seems there's a lot of little things going wrong with DBD. What's going on there? When did DBD::mysql become so problematic? It used to run so flawle