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
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
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
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
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