Baz has asked for the wisdom of the Perl Monks concerning the following question:
So how should I go about filling this array using perl, and then send it to the client? Sorry for not presenting any perl - I have the color values stored in a @colorArray, after that I'm not sure how to tackle the problem, thanks.<?xml version="1.0" standalone="no" ?> <!-- Created by "Barry Griffin" --> <!-- (C) Barry Griffin 2002 --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg id="mainmap" xml:space="preserve" style="shape-rendering:geometri +cPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality" onload="init(evt)" width="800" height="420"> <script type="text/ecmascript"> <![CDATA[ var colors1 = []; REST OF DOC...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing a 100K doc
by dws (Chancellor) on Aug 23, 2002 at 19:04 UTC | |
|
Re: Parsing a 100K doc
by fglock (Vicar) on Aug 23, 2002 at 19:05 UTC | |
by Baz (Friar) on Aug 23, 2002 at 19:38 UTC | |
|
Re: Parsing a 100K doc
by BrowserUk (Patriarch) on Aug 24, 2002 at 04:43 UTC |