Browse by Tags

All TagsPerl (RSS)
  • IIS6: IIS output duplicated response headers for perl CGI

    Our perl CGI scripts output response headers repeately which were inserted into the output html contents. a sample code: use strict; use CGI; $|=1; my $q = new CGI(); print $q->header("text/html"), $q->start_html("test"); print "aa"; print $q->end_html ; outputs...
    Posted to Forum by mmpower on 1 hour, 52 minutes ago
  • Perl and the Web Platform Installer

    Hi there, I was just demonstrated the Web Platform Installer on the WordCamp NL last weekend and I think it is a really great solution. I work for an open source ticketing product which uses Perl and am looking for how to create the best experience for our (30%) Windows users. Currently we have a strawberry...
    Posted to Forum by Mike__B on 11-02-2009, 3:46 AM
  • Re: IIS7 and ActivePerl.

    Wade wrote a blog describing how to get ActivePerl working with IIS at http://blogs.iis.net/wadeh/archive/2009/04/13/running-perl-on-iis-7.aspx . Hope that helps!
    Posted to Forum by mailant on 08-13-2009, 12:45 AM
  • parser project needs perl/C/C++ programmer

    I'd like to know if anyone of you would be interested in being payed ($$$) to program a BNF like parser. Intermediate to advanced programmer skills required because the project deals allot with pointers and memory updates and inter-mixes c/c++/perl code. Anyone interested visit http://www.angelfire...
    Posted to Forum by cpp2ouser on 03-19-2009, 9:42 AM
  • FastCGI/Perl/IIS debugging nightmare with error -2147467259

    I've been working for days trying to get a Catalyst-based Perl application running under FastCGI/IIS. So far, it seems like a total black box. I know it is possible, as a trivial FCGI script works OK - the question is: all the error I ever get, no matter what else I try, is: Error Details: The FastCGI...
    Posted to Forum by morungos on 10-29-2008, 3:27 PM
  • IIS 5.1 or IIS 6.0, FastCGI and Perl Configuration that Works.

    After spending a good bit of time with Google and through trial and error I have found a configuration that appears to support perl using FastCGI on IIS 5.1 and IIS 6.0 using MS's FastCGI Extension for IIS6.0. I have tested it out on a limited basis using both IIS 5.1 on WinXp and IIS 6.0 on a virtual...
    Posted to Forum by digitalhack on 09-08-2008, 8:53 PM
  • Re: FastCGI Perl

    Has anyone succeeded with setting up Perl on IIS with FastCGI by following this guide? I have followed this guide but keep getting this error message when I make a request to any perl script: Error! Can't locate object method "FILENO" via package "FCGI::Stream" at C:/Perl/lib...
    Posted to Forum by ruslany on 08-06-2008, 1:20 PM
  • Webalizer (stone steps) for IIS6.0 -ADSI Perl Script - automatic generation of Web Stats

    For those of you who want to produce Web statistics for IIS6.0, i have created a perl script which parses iis6.0 and produces stats for every virtual server. The script runs once everyday. I use Stone Steps webalizer. An improved version of webalizer ( http://www.stonesteps.ca/ ) See just below the script;...
    Posted to Forum by pilio on 03-10-2008, 11:47 AM
  • Perl on IIS 7

    I have tried to read other posts on this issue and followed those instructions however I am still not working. My end goal is to get ActivePerl working on W2K8/IIS7 for Movable Type. My server is 64 bit but I am running the 32 bit version of Perl since it appears the 64 bit one isn't quite ready...
    Posted to Forum by hoyty on 02-16-2008, 1:32 PM
  • Re: FastCGI process exceeded configured activity timeout

    How does one configure the activity timeout when using Perl? Is there also a php.ini file when doing FastCGI with Perl?
    Posted to Forum by hreldelmyer on 11-05-2007, 6:04 PM
Page 1 of 2 (14 items) 1 2 Next >