<?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>Rich Bui &#187; activeperl</title>
	<atom:link href="http://richbui.com/tag/activeperl/feed/" rel="self" type="application/rss+xml" />
	<link>http://richbui.com</link>
	<description>Welcome to my website.</description>
	<lastBuildDate>Mon, 19 Sep 2011 15:23:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>I Can&#8217;t User Perl In Windows Comman Line &#8211; Solved</title>
		<link>http://richbui.com/2009/03/24/i-cant-user-perl-in-windows-comman-line-solved/</link>
		<comments>http://richbui.com/2009/03/24/i-cant-user-perl-in-windows-comman-line-solved/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 16:09:01 +0000</pubDate>
		<dc:creator>Richard Bui</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[activeperl]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bui4ever.com/?p=2515</guid>
		<description><![CDATA[Have problems trying to run this in the Windows Command Prompt: c:&#62;perl example.pl? Read ]]></description>
			<content:encoded><![CDATA[<p>I was beating myself over the head for hours wondering why I wasn&#8217;t able to do something simple as running this in the Windows Command line:</p>
<pre>C:&gt;perl example.pl</pre>
<p>I would constantly get berated by Windows with:</p>
<pre>'perl' is not recognized as an internal or external command, operable program or batch file.</pre>
<p>Turns out the solution is:</p>
<ol>
<li>Right click on My Computer and select Properties (or go to Control Panel &gt; System)</li>
<li>Once the window appears, click Advance</li>
<li>At the bottom of the window, click on Environmental variable button</li>
<li>Another windows appears, and in the System variable list, look for a variable called &#8220;PATH&#8221; and click &#8220;Edit&#8221;</li>
<li>You will see something like: %SystemRoot%system32;%SystemRoot%;&#8230;and it may have other entries depending on what has been installed on your system, but what you want to add in front of it is:</li>
<li>c:wwwperlbin; (or where the perl.exe file is)</li>
</ol>
<p>Now you should be able to run:</p>
<pre>C:&gt;perl example.pl</pre>
<p>and get:</p>
<pre>C:&gt;perl example.pl
Hello from ActivePerl!</pre>
<p>Credit belongs to alucard01 from Apache Friends Forum. The post can be found <a href="http://www.apachefriends.org/f/viewtopic.php?p=67228#p67228">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://richbui.com/2009/03/24/i-cant-user-perl-in-windows-comman-line-solved/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

