<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: geoblog</title>
	<atom:link href="http://pure-essence.net/2003/09/08/geoblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://pure-essence.net/2003/09/08/geoblog/</link>
	<description>You have to visit this geeky girl&#039;s blog.</description>
	<lastBuildDate>Sun, 20 May 2012 11:14:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jackie</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14600</link>
		<dc:creator><![CDATA[Jackie]]></dc:creator>
		<pubDate>Thu, 16 Oct 2003 00:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14600</guid>
		<description><![CDATA[You might like to explain it just a little bit more]]></description>
		<content:encoded><![CDATA[<p>You might like to explain it just a little bit more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brittany Walker</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14599</link>
		<dc:creator><![CDATA[Brittany Walker]]></dc:creator>
		<pubDate>Wed, 15 Oct 2003 20:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14599</guid>
		<description><![CDATA[All the animals are sooo cute!^^
WOW! Do u make these themes!?
There great!
bye-bye!^^]]></description>
		<content:encoded><![CDATA[<p>All the animals are sooo cute!^^<br />
WOW! Do u make these themes!?<br />
There great!<br />
bye-bye!^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brittany Walker</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14598</link>
		<dc:creator><![CDATA[Brittany Walker]]></dc:creator>
		<pubDate>Wed, 15 Oct 2003 20:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14598</guid>
		<description><![CDATA[Hi!^^
I love your theme so much!
It is sooo cute!^^
I am book marking this!
Bye-bye!]]></description>
		<content:encoded><![CDATA[<p>Hi!^^<br />
I love your theme so much!<br />
It is sooo cute!^^<br />
I am book marking this!<br />
Bye-bye!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shae</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14597</link>
		<dc:creator><![CDATA[Shae]]></dc:creator>
		<pubDate>Wed, 10 Sep 2003 22:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14597</guid>
		<description><![CDATA[Not in a bad way or anything.  It&#039;s just my way of saying Ooh....ah.  ^_^; hehe.]]></description>
		<content:encoded><![CDATA[<p>Not in a bad way or anything.  It&#8217;s just my way of saying Ooh&#8230;.ah.  ^_^; hehe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lizzy</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14596</link>
		<dc:creator><![CDATA[Lizzy]]></dc:creator>
		<pubDate>Wed, 10 Sep 2003 21:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14596</guid>
		<description><![CDATA[&quot;And as it turned out it said Cannot open the file. So I don&#039;t have permission to read from (probably write to as well) text files on this server. &quot;

hahaha, i should read your perl blog before i post comments!! *snicker*]]></description>
		<content:encoded><![CDATA[<p>&#8220;And as it turned out it said Cannot open the file. So I don&#8217;t have permission to read from (probably write to as well) text files on this server. &#8221;</p>
<p>hahaha, i should read your perl blog before i post comments!! *snicker*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lizzy</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14595</link>
		<dc:creator><![CDATA[Lizzy]]></dc:creator>
		<pubDate>Wed, 10 Sep 2003 21:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14595</guid>
		<description><![CDATA[do you have it sending errors to the browser?

#!/usr/bin/perl
use CGI::Carp qw(fatalsToBrowser);
print &quot;Content-type:text/html\n\n&quot;;

that IS really weird tho. i think windows just has something against perl, lol. isn&#039;t there a perl-ish language/version that was written just for windows? maybe not, i dunno, i thought i read it somewhere but yahoo does not think so. hehe.

anyways, see if the array actually exists! i seem to be the #1 fan of that error. try printing $array[0] (you can access elements in an array like that, notice the $ instead of the @). see how that works. =)]]></description>
		<content:encoded><![CDATA[<p>do you have it sending errors to the browser?</p>
<p>#!/usr/bin/perl<br />
use CGI::Carp qw(fatalsToBrowser);<br />
print &#8220;Content-type:text/html\n\n&#8221;;</p>
<p>that IS really weird tho. i think windows just has something against perl, lol. isn&#8217;t there a perl-ish language/version that was written just for windows? maybe not, i dunno, i thought i read it somewhere but yahoo does not think so. hehe.</p>
<p>anyways, see if the array actually exists! i seem to be the #1 fan of that error. try printing $array[0] (you can access elements in an array like that, notice the $ instead of the @). see how that works. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodo</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14594</link>
		<dc:creator><![CDATA[dodo]]></dc:creator>
		<pubDate>Wed, 10 Sep 2003 15:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14594</guid>
		<description><![CDATA[i tried your suggestion, the conclusion is that there is something wrong with the windows server. both print @messages and your code works fine on my unix server but once i put the exact code on windows server, it comes out blank :(]]></description>
		<content:encoded><![CDATA[<p>i tried your suggestion, the conclusion is that there is something wrong with the windows server. both print @messages and your code works fine on my unix server but once i put the exact code on windows server, it comes out blank <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bw_inc</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14593</link>
		<dc:creator><![CDATA[bw_inc]]></dc:creator>
		<pubDate>Wed, 10 Sep 2003 14:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14593</guid>
		<description><![CDATA[Wow cool~!  I wanna try. X3!!!  But when I update my blog~  Thanx for the simplified info!]]></description>
		<content:encoded><![CDATA[<p>Wow cool~!  I wanna try. X3!!!  But when I update my blog~  Thanx for the simplified info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodo</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14592</link>
		<dc:creator><![CDATA[dodo]]></dc:creator>
		<pubDate>Wed, 10 Sep 2003 10:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14592</guid>
		<description><![CDATA[thank you for your precious comment. i will definitely try that out when i have time :)]]></description>
		<content:encoded><![CDATA[<p>thank you for your precious comment. i will definitely try that out when i have time <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lizzy</title>
		<link>http://pure-essence.net/2003/09/08/geoblog/#comment-14591</link>
		<dc:creator><![CDATA[Lizzy]]></dc:creator>
		<pubDate>Wed, 10 Sep 2003 08:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://regretless.com/?p=693#comment-14591</guid>
		<description><![CDATA[i think it is like auto print_r tho... like when i do stuff wrong in perl, it simply stops pasring code and does not give me an error (on content-type... scripts), so who knows? :\ anyways i hope you found out the answer =)]]></description>
		<content:encoded><![CDATA[<p>i think it is like auto print_r tho&#8230; like when i do stuff wrong in perl, it simply stops pasring code and does not give me an error (on content-type&#8230; scripts), so who knows? :\ anyways i hope you found out the answer =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

