When I go to Padre's official download site: http://padre.perlide.org/download.html, I see that the only option in Windows is to download DWIM Perl 5.14.2.1 (v7) which comes with Strawberry Perl. What if I just want to use Padre the IDE on my existing ActivePerl installation?
相关问题
- $ENV{$variable} in perl
- Is it possible to pass command-line arguments to @
- Redirecting STDOUT and STDERR to a file, except fo
- Change first key of multi-dimensional Hash in perl
- How do I get a filehandle from the command line?
相关文章
- Running a perl script on windows without extension
- Comparing speed of non-matching regexp
- Can NOT List directory including space using Perl
- Extracting columns from text file using Perl one-l
- Lazy (ungreedy) matching multiple groups using reg
- How do I tell DBD::mysql where mysql.sock is?
- What is a good way to deploy a Perl application?
- Speeding up Selenium Webdriver
The box right below the one you read is titled "ActiveState Perl" gives the address of a repository that has the packages for ActivePerl's
ppm
system, at least for Perl 5.12 and earlier.If you have a Perl newer than 5.12 or if you don't want to use
ppm
, you can install the modules usingcpan
as always.