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
-1
votes
3 answers

How to install activeperl for windows 32 bit pc

How to install activeperl for windows 32 bit pc? Facing issues in installing as the vversions 5.16.3.1603 and 5.18.1.1800 supports 64 bit and not 32 bit.
ash25
  • 19
  • 1
  • 5
-1
votes
1 answer

perl script crashing while calling win32 dll

I have a win32 dll built using _cdecl calling convention which exported one function as : extern __declspec(dllexport) char* myfunc(char* param1, char* param2, char* param3, int param4, int param5) I am calling this function from perl script like…
Kallol
  • 328
  • 4
  • 14
-1
votes
1 answer

How do I get JSON output in PERL without \n but in a readable format?

I need to get a readable JSON object from a PERL script but it's not in a readable format. This is the code that produces the JSON. while (my ($orderID, $possessorName, $itemDescription, $customerPickUpTime, $customerDropOffTime,…
SonOfSeuss
  • 390
  • 5
  • 16
-2
votes
1 answer

Access Perl environment (shell) variables in Windows - $ENV not working

The issue I found out how to use windows environment variables (e.g., %AppData%, %HomePath%, %SystemRoot%, etc.) in this SO post: Getting the path of %AppData% in perl script Here is the code snippet that was chosen as a working, correct answer: …
-3
votes
1 answer

How Do I Keep the ActivePerl Interrupter Open When I Get a Error

I need the ActivePerl Interrupter open when I get any error. I need to keep the windows open for long enough so I can see what line the problem is in. I am currently working in windows.
1 2 3
10
11