<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>itlivewire dev blog &#187; perl</title>
	<atom:link href="http://itlivewire.com/devblog/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://itlivewire.com/devblog</link>
	<description>Just another web development blog...</description>
	<lastBuildDate>Thu, 20 May 2010 13:54:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Perl CGI 500 Internal Server Error</title>
		<link>http://itlivewire.com/devblog/2009/12/04/perl-cgi-500-internal-server-error/</link>
		<comments>http://itlivewire.com/devblog/2009/12/04/perl-cgi-500-internal-server-error/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:06:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/2009/12/04/perl-cgi-500-internal-server-error/</guid>
		<description><![CDATA[Perl cgi are errors are diplayed like this
&#8220;500 Internal Server Error&#8221; 
It&#8217;s not useful, in tracing the your problem
Here are some points that may help you resolve the issue.
Try ASCII mode
Perl scripts are ASCII files when tranferings files from dev machine to server use ASCII mode 
Change File Permissions
chmod all .pl and .cgi files
chmod +x [...]]]></description>
			<content:encoded><![CDATA[<p>Perl cgi are errors are diplayed like this<br />
<strong>&#8220;500 Internal Server Error&#8221; </strong><br />
It&#8217;s not useful, in tracing the your problem</p>
<p>Here are some points that may help you resolve the issue.</p>
<p><strong>Try ASCII mode</strong><br />
Perl scripts are ASCII files when tranferings files from dev machine to server use ASCII mode </p>
<p><strong>Change File Permissions</strong><br />
chmod all .pl and .cgi files</p>
<p><code>chmod +x *.cgi<br />
chmod +x *.pl</code></p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2009/12/04/perl-cgi-500-internal-server-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
