<?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 Perl script search | Perl programming | Perl Tutorial</title>
	<atom:link href="http://www.perlscriptsearch.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.perlscriptsearch.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Aug 2010 09:28:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Perl Script..i&#039;m lost? by martinthurn</title>
		<link>http://www.perlscriptsearch.com/command-line-perl/perl-script-im-lost/comment-page-1/#comment-2004</link>
		<dc:creator>martinthurn</dc:creator>
		<pubDate>Thu, 12 Aug 2010 09:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.perlscriptsearch.com/command-line-perl/perl-script-im-lost/#comment-2004</guid>
		<description>Here are some hints to get you started.

@ARGV is a list containing your command line arguments.
The syntax of &#039;if&#039; is like this:

if ($a eq $b)
{
print &quot;Homework Due&quot;
}
else
{ print &quot;Do Your homework&quot; }</description>
		<content:encoded><![CDATA[<p>Here are some hints to get you started.</p>
<p>@ARGV is a list containing your command line arguments.<br />
The syntax of &#8216;if&#8217; is like this:</p>
<p>if ($a eq $b)<br />
{<br />
print &quot;Homework Due&quot;<br />
}<br />
else<br />
{ print &quot;Do Your homework&quot; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do i install a perl script on linux/apache with cpanel? by jake cigar™ is retired</title>
		<link>http://www.perlscriptsearch.com/perl-programming/cpan-perl/how-do-i-install-a-perl-script-on-linuxapache-with-cpanel/comment-page-1/#comment-2003</link>
		<dc:creator>jake cigar™ is retired</dc:creator>
		<pubDate>Thu, 12 Aug 2010 09:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.perlscriptsearch.com/perl-programming/cpan-perl/how-do-i-install-a-perl-script-on-linuxapache-with-cpanel/#comment-2003</guid>
		<description>you have to upload the file (cpanel can do that)
you have to put it in a directory that permits cgi or pl (not all directories do!)
you have to chmod the security on the file to permit it to run ( I think cpanel can do this too)

... then it can be run from apache!</description>
		<content:encoded><![CDATA[<p>you have to upload the file (cpanel can do that)<br />
you have to put it in a directory that permits cgi or pl (not all directories do!)<br />
you have to chmod the security on the file to permit it to run ( I think cpanel can do this too)</p>
<p>&#8230; then it can be run from apache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you pass (and dereference) an array of hashes to a Perl subroutine? by DУϨL∃ҲIC bunny [disguised]</title>
		<link>http://www.perlscriptsearch.com/perl-programming/perl-subroutine/how-do-you-pass-and-dereference-an-array-of-hashes-to-a-perl-subroutine/comment-page-1/#comment-1676</link>
		<dc:creator>DУϨL∃ҲIC bunny [disguised]</dc:creator>
		<pubDate>Tue, 29 Jun 2010 07:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.perlscriptsearch.com/perl-programming/perl-subroutine/how-do-you-pass-and-dereference-an-array-of-hashes-to-a-perl-subroutine/#comment-1676</guid>
		<description>I looked and looked and found nothing wrong with you code, so I tried it out. And guess what? It works:

Output:

0cell1 0cell2
1cell1 1cell2
0cell1 0cell2
1cell1 1cell2
RESULT: DONE</description>
		<content:encoded><![CDATA[<p>I looked and looked and found nothing wrong with you code, so I tried it out. And guess what? It works:</p>
<p>Output:</p>
<p>0cell1 0cell2<br />
1cell1 1cell2<br />
0cell1 0cell2<br />
1cell1 1cell2<br />
RESULT: DONE</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorials: phpBB Login Integration (Part 2) by Thekrajisnik</title>
		<link>http://www.perlscriptsearch.com/learn-perl/php-tutorials-phpbb-login-integration-part-2/comment-page-1/#comment-1677</link>
		<dc:creator>Thekrajisnik</dc:creator>
		<pubDate>Sun, 13 Jun 2010 02:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.perlscriptsearch.com/learn-perl/php-tutorials-phpbb-login-integration-part-2/#comment-1677</guid>
		<description>thanks for this much appreciated!
</description>
		<content:encoded><![CDATA[<p>thanks for this much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on perl programming tutorial #6 by DisgustingArsehole</title>
		<link>http://www.perlscriptsearch.com/perl-programming/perl-programming-tutorial-6/comment-page-1/#comment-1273</link>
		<dc:creator>DisgustingArsehole</dc:creator>
		<pubDate>Sat, 29 May 2010 06:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.perlscriptsearch.com/perl-programming/perl-programming-tutorial-6/#comment-1273</guid>
		<description>@optdestruct
I&#039;ve used wxwidgets with C++ and also the Python wrapper wxPython, both are pretty tricky to get the hang of at first. </description>
		<content:encoded><![CDATA[<p>@optdestruct<br />
I&#8217;ve used wxwidgets with C++ and also the Python wrapper wxPython, both are pretty tricky to get the hang of at first.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 2/26 queries in 0.061 seconds using disk: basic
Object Caching 385/427 objects using disk: basic

Served from: www.perlscriptsearch.com @ 2011-09-07 12:18:16 -->
