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

Dependencies issue in manually installing module with activeperl

ok here is the complete story, i got referenced into this site : https://github.com/Kimtaro/jisho.org , The source is great, i just want to test to get it runs offline in my local server with XAMPP Where my details are as follows : Windows 7 32…
yugi
  • 103
  • 1
  • 4
0
votes
2 answers

Installing Older Version of Module in Active Perl

I am trying to install the Date::Manip Module in Perl. I am running Perl Version 5.14.2 and it does not seem to be installing successfully through the PPM. (PPM throws a 401 Access required error). I am guessing that the error here is that the…
Amritha
  • 783
  • 2
  • 9
  • 26
0
votes
2 answers

Installing XML::DOM module fails

I couldn't find any solution for two weeks.!!!! I try to install CPAN Modules using the cpan.exe. When I try to install a module with "install XML::DOM" fails stating dmake.exe is NOT OK, here is my error: Microsoft Windows [Version…
user2796487
0
votes
2 answers

Compiling mod_perl using apache2 and ActivePerl 5.16?

I am using ActivePerl 5.16 on a RHEL 5.9 server. And I've set the PATH variable so the ActivePerl executables will be found first. And now I'm trying to compile mod_perl.so. However, the command perl Makefile.PL MP_APXS=/usr/sbin/apxs produces: I…
Alasdair
  • 1,208
  • 1
  • 13
  • 26
0
votes
1 answer

Win32::API fail to load win32 dll

I am trying to use a Win32 dll in a perl script using Win32::API module. For this I have written a perl script like this use Win32::API; $Win32::API::DEBUG = 1; $function = Win32::API->new( 'mydll.dll', 'int func()', ); $return =…
Kallol
  • 328
  • 4
  • 14
0
votes
1 answer

perl compiler or packer that tolerate perl fork in windows plateform

If Perl code use fork or its variant like Paralell::Loops or Parallel::ForkManager, pp from Par::Packer generated standalone exe will crash when run, see example in https://groups.google.com/forum/?fromgroups#!topic/perl.par/U4HbbbcRRTQ. B::C or…
Frank
  • 429
  • 4
  • 12
0
votes
1 answer

Perl using Win32::OLE Module Excel 2007- Not Able to Generate Chart

I am running following simple script on perl64 to generate chart on excel but I am getting following errors without generating any chart. It opens excel sheet, write data into sheet but no chart. Win32::OLE(0.1709) error 0x80020003: "Member not…
0
votes
1 answer

I have ActivePerl64 5.16.1 installed alongside IIS7

I have ActivePerl64 5.16.1 installed alongside IIS7 on SBS2008 When i browse the site i get a 403 permission error. I have checked all the permissions on the site root folder and all the logon credentials. if i turn all directory browsing on, i can…
0
votes
1 answer

Regarding perl tie::File Module

I have two queries about the tie::file module I have used the tie::file module to do a search on a 55 MB file and set an memory of 20 MB in tie::file. When i tried to grep on the tied array for a search string it's taking a lot of time. Is there…
Arav
  • 4,291
  • 20
  • 64
  • 112
0
votes
1 answer

Does Activeperl uses Windows 'stdlib' for rand function

Does anyone know if Activeperl uses Windows 'stdlib' for the rand and srand function? I'm using perl 5.16. Thanks in advance for your response.
shirha
  • 1
  • 1
0
votes
1 answer

Regarding perl 5.8.3 DBI installation

Noticed our system has perl 5.8.3. I am unable to locate the DBI.pm. When i did perl -V it was showing the below output. Pasted it below. Using HPUX11 os. All installed files under the perl installation directory are having root or bin as…
Arav
  • 4,291
  • 20
  • 64
  • 112
0
votes
1 answer

Perl EPIC Debugger in Eclipse Timing Out

I'm trying to use the EPIC debugger in Eclipse and it keeps timing out. I'm running Windows 7, Eclipse 3.72, EPIC 0.5.46, Padwalker 1.94, and ActivePerl (64bit) 5.14.2. I notice the last message before timeout is "launching delegate" and then the…
ScottEdwards2000
  • 5
  • 1
  • 8
  • 20
-1
votes
1 answer

C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site -- NOT OK

The command is failing to execute while trying to install package through below command. Please note that I'm trying to configure Bugzilla version 5.0.4 on Windows 10 using Perl version 5.26. cpan DBD::mysql Complete Command Response: PS…
ssharma
  • 461
  • 1
  • 3
  • 17
-1
votes
3 answers

Perl functions to find nodes and get child nodes in ActivePerl

I have a Perl program to parse an input XML file and print values to an output text file. It seems to work fine when I build with the DWIM Perl GUI, but when I build the same with ActivePerl it fails due to missing libraries. Can someone help me…
M. Ravi
  • 13
  • 4
-1
votes
1 answer

Unzip password protected files in Windows Active perl

I use ActivePerl for Windows ,and i need to Unzip a password protected zip file using Perl scripting.can anybody help me to find a perfect free module to perform this task.
shinoy.m
  • 111
  • 1
  • 2
  • 10
1 2 3
10
11