<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to parse &#8220;show flow monitor-map&#8221; output with Tcl</title>
	<atom:link href="http://dossy.org/2006/06/how-to-parse-show-flow-monitormap-output-with-tcl/feed/" rel="self" type="application/rss+xml" />
	<link>http://dossy.org/2006/06/how-to-parse-show-flow-monitormap-output-with-tcl/</link>
	<description>Everything that comes out of Dossy, from the strange to the banal.</description>
	<lastBuildDate>Sat, 13 Mar 2010 03:30:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dossy</title>
		<link>http://dossy.org/2006/06/how-to-parse-show-flow-monitormap-output-with-tcl/comment-page-1/#comment-419</link>
		<dc:creator>Dossy</dc:creator>
		<pubDate>Tue, 06 Jun 2006 16:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000290.html#comment-419</guid>
		<description>Tcl arrays are unordered keyed lists.  The output above absolutely is a keyed list structure: each line represents a key-value pair.

What I think you&#039;re asking for is a hierarchical data structure.  Basic Tcl doesn&#039;t directly support hierarchical data structures, however you can store whatever data you want in a Tcl list and it can absolutely be hierarchical in nature.  You will just have to write all the necessary code to manipulate your data structure.  There may be Tcl packages available that simplify creation and use of higher-level data structures.  Google should help you find those.</description>
		<content:encoded><![CDATA[<p>Tcl arrays are unordered keyed lists.  The output above absolutely is a keyed list structure: each line represents a key-value pair.</p>
<p>What I think you&#8217;re asking for is a hierarchical data structure.  Basic Tcl doesn&#8217;t directly support hierarchical data structures, however you can store whatever data you want in a Tcl list and it can absolutely be hierarchical in nature.  You will just have to write all the necessary code to manipulate your data structure.  There may be Tcl packages available that simplify creation and use of higher-level data structures.  Google should help you find those.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maryam</title>
		<link>http://dossy.org/2006/06/how-to-parse-show-flow-monitormap-output-with-tcl/comment-page-1/#comment-418</link>
		<dc:creator>Maryam</dc:creator>
		<pubDate>Tue, 06 Jun 2006 16:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000290.html#comment-418</guid>
		<description>Hello Dear,

{cacheActiveToutUnit Seconds} is the child of the one above it. like it&#039;s its unit. how do I go about implementing the nested ones?
(my bad, its missing Tab there. )

The output should have a keyed list structure. I guess I can write a proc that changes array to keyed list. but how do I implement it in a keyed list originally?

Thanks very much.</description>
		<content:encoded><![CDATA[<p>Hello Dear,</p>
<p>{cacheActiveToutUnit Seconds} is the child of the one above it. like it&#8217;s its unit. how do I go about implementing the nested ones?<br />
(my bad, its missing Tab there. )</p>
<p>The output should have a keyed list structure. I guess I can write a proc that changes array to keyed list. but how do I implement it in a keyed list originally?</p>
<p>Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maryam</title>
		<link>http://dossy.org/2006/06/how-to-parse-show-flow-monitormap-output-with-tcl/comment-page-1/#comment-417</link>
		<dc:creator>Maryam</dc:creator>
		<pubDate>Tue, 06 Jun 2006 15:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000290.html#comment-417</guid>
		<description>Thanks very much..ur the best.  I play a bit with it and get back to you..</description>
		<content:encoded><![CDATA[<p>Thanks very much..ur the best.  I play a bit with it and get back to you..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.498 seconds -->
