http://qs321.pair.com?node_id=403209


in reply to Setting up Perl/CGI with Windows

Thank You, Finally I got CGI to work on my apache2 and active Perl, now I only need to get the .pl working! FYI I'm running Apache 2.0.50, PHP 4.3.8, Active Perl 5.8 on a WinXP Pro SP2 : )

Replies are listed 'Best First'.
Re^2: Setting up Perl/CGI with Windows
by Anonymous Monk on Dec 31, 2004 at 05:18 UTC
    If I'm understanding correctly what you're asking, the solution is as follows: To map .PL to perl just like a .CGI file, in any Explorer window go to Tools -> Folder Options -> tab to File Types -> scroll to .PL. If it's not there, add a New one. Copy to that record the same settings from whatever you have .CGI mapped in that list, which basically consists of the path to your Perl Command Line Interpretor (usually c:\perl\bin\perl.exe).