<?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>Giest Blogz &#187; perl</title>
	<atom:link href="http://www.giest.org/tag/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.giest.org</link>
	<description>Welcome to Free World</description>
	<lastBuildDate>Mon, 19 Apr 2010 04:05:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pearl Local Error</title>
		<link>http://www.giest.org/aplikasi/pearl-local-error.html</link>
		<comments>http://www.giest.org/aplikasi/pearl-local-error.html#comments</comments>
		<pubDate>Tue, 02 Dec 2008 08:28:43 +0000</pubDate>
		<dc:creator>Giest</dc:creator>
				<category><![CDATA[Aplikasi]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.giest.org/?p=218</guid>
		<description><![CDATA[Pernah nemu error seperti gini gak? perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = “en_US” are supported and installed on your system. perl: warning: Falling back to the standard locale (”C”). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: ok [...]]]></description>
			<content:encoded><![CDATA[<p>Pernah nemu error seperti gini gak?</p>
<pre lang="perl">perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = “en_US”
are supported and installed on your system.
perl: warning: Falling back to the standard locale (”C”).
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:</pre>
<p>ok kalo pernah ternyata penyelesaian nya gak sesusah yang dibayangkan <img src='http://www.giest.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<span id="more-218"></span><br />
untuk linux ketik command ini di startup script atau di shell script terserah</p>
<pre lang="linux">LC_ALL=en_US.ISO8859-1
export LC_ALL</pre>
<p>Kalo males dan cuman buat sementara ketik ini aja</p>
<pre lang="linux">export LC_ALL=en_US.ISO8859-1</pre>
<p>Kalo untuk BSD silahkan ketik command ini</p>
<pre lang="FreeBSD">setenv LC_ALL en_US.ISO8859-1</pre>
<p>atau silahkan masukan ke make.conf</p>
<p>silahkan coba lagi execute perl command nya.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.giest.org%2Faplikasi%2Fpearl-local-error.html&amp;t=Pearl%20Local%20Error" id="facebook_share_both_218" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top left;">Share on Facebook</a>
	<script type="text/javascript">
	var button = document.getElementById('facebook_share_link_218') || document.getElementById('facebook_share_icon_218') || document.getElementById('facebook_share_both_218') || document.getElementById('facebook_share_button_218');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_218') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	</script>
	<center><!-- Begin: KlikSaya.com -->
<script src="http://scr.kliksaya.com/js-ad.php?zid=14537" type="text/javascript">
</script>
<!-- End: KlikSaya.com -->
</center>]]></content:encoded>
			<wfw:commentRss>http://www.giest.org/aplikasi/pearl-local-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
