<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Running Perl on IIS 7</title><link>http://blogs.iis.net/wadeh/archive/2009/04/13/running-perl-on-iis-7.aspx</link><description>We've had a few people on our forums asking about running Perl on IIS 7. This led to some discussion on the team about getting it to work with FastCGI. The team has been doing a lot of great work with the Web Platform Installer and Windows Web App Gallery</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Running Perl on IIS 7</title><link>http://blogs.iis.net/wadeh/archive/2009/04/13/running-perl-on-iis-7.aspx#3534726</link><pubDate>Thu, 26 Nov 2009 16:49:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3534726</guid><dc:creator>gfk</dc:creator><description>&lt;p&gt;I'm wondering what version of ActivePerl I should install.&lt;/p&gt;
&lt;p&gt;They have a 64 bits version (ActivePerl-5.10.1.1006-MSWin32-x64-291086.msi) that gets installed in C:\perl64\&lt;/p&gt;
&lt;p&gt;Should I install that version and if so, do I still need to configure my application pool to run as 32 bit?&lt;/p&gt;
&lt;p&gt;Thanks a lot!&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3534726" width="1" height="1"&gt;</description></item><item><title>re: Running Perl on IIS 7</title><link>http://blogs.iis.net/wadeh/archive/2009/04/13/running-perl-on-iis-7.aspx#3520274</link><pubDate>Wed, 18 Nov 2009 18:12:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3520274</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;OS windows server 2008 &lt;/p&gt;
&lt;p&gt;Activestate perl v5.10.1&lt;/p&gt;
&lt;p&gt;IIS7&lt;/p&gt;
&lt;p&gt;When using the perl application mapped to the CgiModule &amp;nbsp;and executable C:\Perl\bin\perl.exe &amp;quot;%s&amp;quot; %s things work fine.&lt;/p&gt;
&lt;p&gt;When using the perl application mappad to the IsapiModule and executable C:\Perl\bin\PerlEx30.dll the post method in the follow script never seems to work. &amp;nbsp;Any thoughts.&lt;/p&gt;
&lt;p&gt;-Robert&lt;/p&gt;
&lt;p&gt;University of Iowa&lt;/p&gt;
&lt;p&gt;simple test script below&lt;/p&gt;
&lt;p&gt;use CGI qw(:standard);&lt;/p&gt;
&lt;p&gt;my $favorite = param(&amp;quot;flavor&amp;quot;);&lt;/p&gt;
&lt;p&gt;print header, start_html(&amp;quot;Hello Ice Cream&amp;quot;), h1(&amp;quot;Hello Ice Cream&amp;quot;);&lt;/p&gt;
&lt;p&gt;if ($favorite) {&lt;/p&gt;
&lt;p&gt;	print p(&amp;quot;Your favorite is $favorite.&amp;quot;);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;else {&lt;/p&gt;
&lt;p&gt;print hr(), start_form();&lt;/p&gt;
&lt;p&gt;print p(&amp;quot;Please select a favor: &amp;quot;,&lt;/p&gt;
&lt;p&gt;	textfield(&amp;quot;flavor&amp;quot;,&amp;quot;mint&amp;quot;));&lt;/p&gt;
&lt;p&gt;print end_form(), hr();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3520274" width="1" height="1"&gt;</description></item><item><title>re: Running Perl on IIS 7</title><link>http://blogs.iis.net/wadeh/archive/2009/04/13/running-perl-on-iis-7.aspx#3492556</link><pubDate>Tue, 03 Nov 2009 22:24:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3492556</guid><dc:creator>ragrone</dc:creator><description>&lt;p&gt;okay what am I missing here?&lt;/p&gt;
&lt;p&gt;I have these instructions as well:&lt;/p&gt;
&lt;p&gt;Executable: C:\Perl\bin\perl.exe &amp;quot;%s&amp;quot; %s&lt;/p&gt;
&lt;p&gt;Extension:.cgi&lt;/p&gt;
&lt;p&gt;Verbs Limit to: GET,HEAD,POST&lt;/p&gt;
&lt;p&gt;Check that file exists: (uncheck this box)&lt;/p&gt;
&lt;p&gt;What is this and where does it go?&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3492556" width="1" height="1"&gt;</description></item><item><title>re: Running Perl on IIS 7</title><link>http://blogs.iis.net/wadeh/archive/2009/04/13/running-perl-on-iis-7.aspx#3269822</link><pubDate>Wed, 01 Jul 2009 20:34:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3269822</guid><dc:creator>dgallek</dc:creator><description>&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3269822" width="1" height="1"&gt;</description></item></channel></rss>