Questions tagged [activeperl]

ActivePerl is a distribution of Perl from ActiveState (formerly part of Sophos) for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX.

ActivePerl is an ActiveState's precompiled, supported and quality-assured Perl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX, and HP-UX.

A free edition with only community support is available, as well as a supported Business and a Enterprise edition.

155 questions
0
votes
1 answer

cpan shell errors - ActivePerl 5.24.3

I have just installed Activestate Perl 5.24.3 on Windows 7 PC. I am able to instal with ppm. Installed also CPAN. But - I fail to launch the CPAN shell on CMD (DOS command line). Here is whan I get when trying to invoke the cpan shell in CMD:…
Oren Maurer
  • 179
  • 2
  • 6
0
votes
2 answers

ActivePerl not working on Windows 8.1 64-bit

I'm new to ActivePerl. However, I need to using it on my new Windows 8.1. I try to download both 5.26.1.2601 and 5.24.3.2404 (x64) to installed. But when I run with file.pl and file.bat, it would be suddenly closed in few second. Then I need to test…
user2971638
  • 477
  • 1
  • 4
  • 12
0
votes
4 answers

XAMPP - Change @INC path to direct to Activeperl 5.12.2 LIB

I currently have XAMPP installed at C:\xampp. I currently have Activeperl installed at C:\Perl64. How can I get my XAMPP server to utilize the library in activeperl instead of the built in library in xampp when executing perl scripts?
nicktendo
  • 681
  • 2
  • 11
  • 25
0
votes
1 answer

Unable to install WxPerl module

I am trying to install WxPerl in ActivePerl but the module just won't install. I am following installation guide here http://www.wxperl.it/p/download.html I'm on Windows 10 64 bit and using Activeperl Community Edition 5.26.0 64 bit I tried command…
Matt
  • 15
  • 4
0
votes
1 answer

Error while using cpan command line

I am getting the below errors while using cpan command line: Reading 'C:\Perl64\cpan\sources\modules\02packages.details.txt.gz' Warning: Your C:\Perl64\cpan\sources\modules\02packages.details.txt.gz does not contain a Line-Count header. Please check…
Mohit
  • 608
  • 4
  • 19
0
votes
1 answer

"Perl Command Line Interpreter has stopped working" as a general error message in Windows 10

I'm running ActivePerl 5.24 build 2401 x64. Previously, when I was running this build and version in Windows 7, my scripts, when encountering a fatal error, would indicate the line and reason (e.g. "Line too long in file, line 11") in the command…
H1Nerd1
  • 1
  • 1
  • 1
0
votes
1 answer

Perl 5.22 CLI 2.03

I am facing problem for accessing my serial port device from Control::CLI( ver 2.03) on Perl 5.22. Issue is connection gets established but I can't write on the port. The same code was working well with Control::CLI( ver 1.03) on Perl 5.14 Please…
Anjee
  • 1
0
votes
1 answer

Is there an open/free Perl module/package repository for Windows?

So, it seems that the ActivePerl package repository is now restricted to Business Edition users. Is there a repository that maintains Perl packages/modules for Windows that is open/free/unrestricted? Edit: So far all of the ones I have needed are…
ipetrik
  • 1,749
  • 18
  • 28
0
votes
1 answer

How can I manually Installing DBD-Oracle 1.17 in ActivePerl on Windows?

After installing Active Perl 5.8.8 Build 822 on WindowsXP, I do not see DBD-Oracle in "View All Packages" of Perl Package Manager. The CPAN location of the same is http://search.cpan.org/dist/DBD-Oracle-1.17/, but I don't know the process to…
akjain
  • 1,787
  • 3
  • 20
  • 35
0
votes
1 answer

Compile OpenSSL in Visual Studio

I have ActivePerl 5.24 x86 NASM 2.12.02 Visual Studio 2010 Ultimate 10.0.30309 Windows 7 Ultimate x64 I extracted source code, opened Visual Studio Command Prompt (2010) and entered following command: perl Configure VC-WIN32…
Mustafa Chelik
  • 2,113
  • 2
  • 17
  • 29
0
votes
1 answer

ActivePerl Installation error

Hi, I tried to install ActivePerl on Linux ( 64 bit ). I got the following error. perl/bin/perl: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by perl/bin/perl) Any one faced this issue? Thanks, Chaitanya
KeepLearn
  • 308
  • 2
  • 5
  • 19
0
votes
1 answer

Cannot install perl module on Windows

How to install Template::Plugin::GDto ActivePerl I tried, ppm install Template::Plugin::GD but got error ppm install failed: can't find any package that provides Template::Plugin::GD
stackoverflow
  • 2,134
  • 3
  • 19
  • 35
0
votes
2 answers

How can I install ActivePerl in Windows?

I am new to perl scripting. I have a Perl program I would like to run in Windows XP. I heard that ActivePerl tool is used to run Perl scrips in Windows. I tried to install ActivePerl but the installation failed. Please help me to install and to run…
John
  • 2,035
  • 13
  • 35
  • 44
0
votes
3 answers

Can I use Proc::Reliable on windows?

I'm using ActivePerl on a Win 7 box and I want to use the Proc::Reliable CPAN module. It downloaded and installed properly but when I tried to run the following code, it failed at run my $newProc = Proc::Reliable->new() $newProc->run("perl.exe -e…
tzenes
  • 1,699
  • 2
  • 15
  • 31
0
votes
1 answer

Can't locate MozRepl.pm in @INC (you may need to install the MozRepl module)

I am trying to logon to a website which has Javascript Login using Mechanize Firefox. The program works fine on Ubuntu, but when I run on windows I am getting the following error. Can't locate MozRepl.pm in @INC (you may need to install the MozRepl…
Anoop Pete
  • 492
  • 2
  • 4
  • 17