<?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 for GeeksPlanet.net</title>
	<atom:link href="http://geeksplanet.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksplanet.net</link>
	<description>C, C++, JAVA, PERL programming for Dummies</description>
	<lastBuildDate>Sun, 27 Jun 2010 16:29:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on A simple perl program to count the occurences of a string in a given text. by varun singh</title>
		<link>http://geeksplanet.net/2009/07/perl/a-simple-perl-program-to-count-the-occurences-of-a-string-in-a-given-text/comment-page-1/#comment-5804</link>
		<dc:creator>varun singh</dc:creator>
		<pubDate>Sun, 27 Jun 2010 16:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=114#comment-5804</guid>
		<description>this one workd perfectly fine :)</description>
		<content:encoded><![CDATA[<p>this one workd perfectly fine <img src='http://geeksplanet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing perl and writing your first perl program in Ubuntu by varun singh</title>
		<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/comment-page-1/#comment-5802</link>
		<dc:creator>varun singh</dc:creator>
		<pubDate>Sun, 27 Jun 2010 16:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-5802</guid>
		<description>i got syntax error 

syntax error at ./firstperl.pl line 4, near &quot;=;&quot;

i typed in the same code exactly and it gives me this error

i am runnning ubuntu lucid lynx  10.04</description>
		<content:encoded><![CDATA[<p>i got syntax error </p>
<p>syntax error at ./firstperl.pl line 4, near &#8220;=;&#8221;</p>
<p>i typed in the same code exactly and it gives me this error</p>
<p>i am runnning ubuntu lucid lynx  10.04</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing perl and writing your first perl program in Ubuntu by bhupi</title>
		<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/comment-page-1/#comment-5278</link>
		<dc:creator>bhupi</dc:creator>
		<pubDate>Sun, 25 Apr 2010 16:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-5278</guid>
		<description>$inputline=

this also worked man!!</description>
		<content:encoded><![CDATA[<p>$inputline=</p>
<p>this also worked man!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing perl and writing your first perl program in Ubuntu by bhupi</title>
		<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/comment-page-1/#comment-5277</link>
		<dc:creator>bhupi</dc:creator>
		<pubDate>Sun, 25 Apr 2010 16:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-5277</guid>
		<description>oops !! it didn&#039;t copied correctly..

$inputline=;

is what  i meant</description>
		<content:encoded><![CDATA[<p>oops !! it didn&#8217;t copied correctly..</p>
<p>$inputline=;</p>
<p>is what  i meant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing perl and writing your first perl program in Ubuntu by bhupi</title>
		<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/comment-page-1/#comment-5276</link>
		<dc:creator>bhupi</dc:creator>
		<pubDate>Sun, 25 Apr 2010 16:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-5276</guid>
		<description>this worked

#!/usr/bin/perl
#simple perl program to print the user input
print (&quot;Hello, type in something\n&quot;);
$inputline=;
print ($inputline);</description>
		<content:encoded><![CDATA[<p>this worked</p>
<p>#!/usr/bin/perl<br />
#simple perl program to print the user input<br />
print (&#8220;Hello, type in something\n&#8221;);<br />
$inputline=;<br />
print ($inputline);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simple Implementation of stack using a linked list by ROHIT 007</title>
		<link>http://geeksplanet.net/2008/12/data-structures/simple-implementation-of-stack-using-a-linked-list/comment-page-1/#comment-5245</link>
		<dc:creator>ROHIT 007</dc:creator>
		<pubDate>Wed, 21 Apr 2010 17:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=63#comment-5245</guid>
		<description>gud &amp; easy code 2 remember.....
thanxxxxx 2 the code maker of this program.....</description>
		<content:encoded><![CDATA[<p>gud &amp; easy code 2 remember&#8230;..<br />
thanxxxxx 2 the code maker of this program&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Program to convert infix expression to postfix in C &#124; Shunting yard algorithm by navna gupta</title>
		<link>http://geeksplanet.net/2008/10/c-programming/program-to-convert-infix-expression-to-postfix-in-c-shunting-yard-algorithm/comment-page-1/#comment-5171</link>
		<dc:creator>navna gupta</dc:creator>
		<pubDate>Thu, 08 Apr 2010 17:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=9#comment-5171</guid>
		<description>this programme is good but i cn&#039;t understand it properly.</description>
		<content:encoded><![CDATA[<p>this programme is good but i cn&#8217;t understand it properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Program to convert infix expression to postfix in C &#124; Shunting yard algorithm by navna gupta</title>
		<link>http://geeksplanet.net/2008/10/c-programming/program-to-convert-infix-expression-to-postfix-in-c-shunting-yard-algorithm/comment-page-1/#comment-5170</link>
		<dc:creator>navna gupta</dc:creator>
		<pubDate>Thu, 08 Apr 2010 17:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=9#comment-5170</guid>
		<description>yr plz i give one problem plz solve this i need a programme to convert infix to postfix this expression -5*4/4+6-5*5/7</description>
		<content:encoded><![CDATA[<p>yr plz i give one problem plz solve this i need a programme to convert infix to postfix this expression -5*4/4+6-5*5/7</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing perl and writing your first perl program in Ubuntu by Satish Gandham</title>
		<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/comment-page-1/#comment-4834</link>
		<dc:creator>Satish Gandham</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-4834</guid>
		<description>Sorry for the trouble, corrected that now.</description>
		<content:encoded><![CDATA[<p>Sorry for the trouble, corrected that now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing perl and writing your first perl program in Ubuntu by P3nGu1N</title>
		<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/comment-page-1/#comment-4669</link>
		<dc:creator>P3nGu1N</dc:creator>
		<pubDate>Thu, 11 Feb 2010 03:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-4669</guid>
		<description>If you can correct this - 
chomod +x myFirstPerlProgram.pl to remove the &#039;o&#039; from chmod please do so.  I got hung up for a little bit until I looked down at your example console input.</description>
		<content:encoded><![CDATA[<p>If you can correct this &#8211;<br />
chomod +x myFirstPerlProgram.pl to remove the &#8216;o&#8217; from chmod please do so.  I got hung up for a little bit until I looked down at your example console input.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
