<?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: Installing perl and writing your first perl program in Ubuntu</title>
	<atom:link href="http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/</link>
	<description>C, C++, JAVA, PERL programming for Dummies</description>
	<lastBuildDate>Wed, 12 Oct 2011 05:13:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: nitha</title>
		<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/comment-page-1/#comment-34507</link>
		<dc:creator>nitha</dc:creator>
		<pubDate>Wed, 12 Oct 2011 05:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-34507</guid>
		<description>Hi, I am new to Perl as well as in programming feild and i just started to learn. I have to do Perl program in linux. Can u plz help me learn  basics  commands like opening file, saving, editing and running the program.</description>
		<content:encoded><![CDATA[<p>Hi, I am new to Perl as well as in programming feild and i just started to learn. I have to do Perl program in linux. Can u plz help me learn  basics  commands like opening file, saving, editing and running the program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chinky</title>
		<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/comment-page-1/#comment-9303</link>
		<dc:creator>chinky</dc:creator>
		<pubDate>Tue, 09 Nov 2010 16:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-9303</guid>
		<description>good example .but in some perl  programs i have seen print &quot;Content-type: text/html\n\n&quot;
what does it mean .</description>
		<content:encoded><![CDATA[<p>good example .but in some perl  programs i have seen print &#8220;Content-type: text/html\n\n&#8221;<br />
what does it mean .</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>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>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>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>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>
	<item>
		<title>By: brandon</title>
		<link>http://geeksplanet.net/2009/06/perl/installing-perl-and-writing-your-first-perl-program-in-ubuntu/comment-page-1/#comment-4421</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-4421</guid>
		<description>Sweet! Thanks for the intro!</description>
		<content:encoded><![CDATA[<p>Sweet! Thanks for the intro!</p>
]]></content:encoded>
	</item>
	<item>
		<title>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-1433</link>
		<dc:creator>Satish Gandham</dc:creator>
		<pubDate>Sat, 06 Jun 2009 05:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://geeksplanet.net/?p=101#comment-1433</guid>
		<description>@Alexandr Ciornii,

STDIN need not be written in caps, i copy pasted the working program.

You can not omit , If you omit how will the interpretor know where to take the input from??
Character were modified by the wysiwig editor during an update, i will fix them now.

Thanks for taking the time to comment</description>
		<content:encoded><![CDATA[<p>@Alexandr Ciornii,</p>
<p>STDIN need not be written in caps, i copy pasted the working program.</p>
<p>You can not omit , If you omit how will the interpretor know where to take the input from??<br />
Character were modified by the wysiwig editor during an update, i will fix them now.</p>
<p>Thanks for taking the time to comment</p>
]]></content:encoded>
	</item>
</channel>
</rss>

