I\'m attempting to import code written in linux into eclipse\'s perl plugin \'开发者_开发百科epic\', and have installed activestate perl in windows. Most of the modules have an activestate equivalent,
I have a Perl program which does something like below: #!/usr/bin/env perl use strict; use warnings; my $exe = \"C:\\\\project\\\\set_env_and_run.bat\";
I have two Perl modules which I want to expose as object types to C#. One of them constructs objects of the other type and returns it using a method as shown below. I\'m including a reference to Type2
ActiveSt开发者_开发问答ate Perl installs an IIS script mapping for the extension .plx. Is this actually used in real life or just something specific to ActiveState?No, it\'s not just from ActiveState.
I work with Activestate Perl on Windows and Apache. I want to run my scripts under mod_perl. To prevent Apache from caching modules during development I want to use Apache::Reload module.