This question already has answers here: Which version of Perl should I use on Windows? [closed] (11 answers)
I installed ActivePerl 5.10.1.1007 on my Ubuntu 10.04 machine. I have a very simple Perl script with the following lines:
I want to enable Encode::HanExtra on开发者_如何学运维 Windows XP environment. I can\'t find the name HanExtra or Encode-HanExtra in PPM GUI. Is there any alias name for it?Encode::HanExtra is provide
I want to install SGML::Parser::OpenSP in ActivePerl. Any idea what steps should I 开发者_JAVA百科follow?You can add additional PPM repos to PPM, if you can find them.The easiest way to do so is to l
I cannot get in-place editing Perl one-liners running under ActivePerl to work unless I specify them with a backup extension:
I\'m using fork() on Perl on Windows (ActivePerl) for a basic socket server, but apparently there are problems (it won\'t accept connections after a few times), is there any workaround?
I have set up a local Perl web environment on my Windows machine. The application I\'m working on is originally from a Linux server, and so the shebang for source .pl files look like so:
Given some unix program which I\'ve compiled, what might I need to do to relocate it to a different directory and have it continue running correctly.
I want to be able to use a module kept in the lib directory of my source code repository, and I want the only prerequisite for a developer to use the scripts that I\'m writing is to have a standard Pe